UiPath Documentation
activities
latest
false

Workflow-Aktivitäten

Letzte Aktualisierung 11. Mai 2026

Get File Info

UiPath.Core.Activities.GetFileInfoX

Ruft die Eigenschaften einer angegebenen Datei ab und speichert die Informationen zur späteren Verwendung im Projekt. Wenn Sie die gespeicherten Informationen dann in einer anderen Aktivität verwenden, wählen Sie eine der Dateieigenschaften aus als Eingabe: Größe (in Bytes), Name (Dateiname einschließlich Erweiterung), Voller Name (enthält vollständigen Pfad), Ordner (vollständiger Pfad zum Ordner enthält die Datei), Datum der letzten Änderung, Datum des letzten Zugriffs, Erstellungsdatum (Daten einschließlich Uhrzeit), IsReadOnly (TRUE oder FALSE), Größe in KB.

Konfigurieren der Aktivität

Im Textkörper der Aktivität
  • 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:
    • Wenn die Aktivität in einer „For Each File in Folder“-Aktivität ist, können Sie CurrentFile > Vollständiger Name (einschließlich vollständigem Pfad) auswählen, um den Dateipfad der aktuellen Iteration anzugeben.
  • Daten aus dem Projekt-Notebook, einer übergeordneten Excel-Datei oder einem Outlook-Konto. Wählen Sie z. B. eine Excel-Datei aus und wählen Sie dann eine Zelle aus, die einen Dateipfad enthält.
    • 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 Dokumentationsbild 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 Dokumentationsbild 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.
Im Eigenschaftenbereich
Allgemein
  • DisplayName - The name displayed for the activity in the Designer panel.
Eingabe
Sonstiges
  • Private - If selected, the data used in the activity is not logged by StudioX.

Ausgabe

  • Konfigurieren der Aktivität

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben