UiPath Documentation
activities
latest
false

Actividades del flujo de trabajo

Última actualización 11 de may. de 2026

Obtener información del archivo

UiPath.Core.Activities.GetFileInfoX

Recupera las propiedades de un archivo especificado y guarda la información para su uso posterior en el proyecto. Cuando utilices la información guardada en otra actividad, selecciona una de las propiedades del archivo como Entrada: Tamaño (en bytes), Nombre (nombre del archivo incluyendo la extensión), Nombre completo (incluye la ruta completa), Carpeta (ruta completa a la carpeta que contiene el archivo), Fecha de última modificación, Fecha de último acceso, Fecha de creación (fechas que incluyen la hora), IsReadOnly (VERDADERO o FALSO), Tamaño en KB.

Configurar la actividad

En el cuerpo de la actividad
  • File path - Click Browse docs image next to the field and then browse to and select the file for which to retrieve information. Alternatively, you can click Plus docs image on the right side of the field and then, from the menu, choose one of the available options to indicate the path of the file:
    • Si la actividad está dentro de una actividad Para cada archivo en la carpeta, puedes seleccionar ArchivoActual > Nombre completo (incluye la ruta completa) para indicar la ruta del archivo que estás iterando actualmente.
  • Datos desde el Manual del proyecto, un archivo de Excel principal o una cuenta de Outlook. Por ejemplo, selecciona un archivo de Excel y luego una celda que contenga la ruta de un archivo.
    • Use Saved Value - Select a value in the form of a file path that you previously saved for later use in the project.
    • Text - Enter a file path in the Text Builder. To add dynamic paths, you can combine text with Excel formulas selected using the Plus Imagen de documentos menu in the Text Builder. For example, for a file downloaded daily that includes the current date in the name, you can add the date to the file name using a formula in the default Project Notebook.
    • Ask when run - Prompt for a file path when the project is executed.
    • Open in Advanced Editor - Enter a VB expression.
  • Output to - Click Plus Imagen de documentos on the right side of the field and then, from the menu, select Save for Later Use to use the output result later in your project as input for another activity. Alternatively, you can select Open in Advanced Editor and enter a VB expression.
En el panel de propiedades
Común
  • DisplayName - The name displayed for the activity in the Designer panel.
Entrada
Otros
  • Private - If selected, the data used in the activity is not logged by StudioX.

Salida

  • Configurar la actividad

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado