🧡 Skip to main content🔍 Skip to search

After retrieving file size, attributes and owner, the Get File Information Action stores them as a Variable Wizard dynamic values that can be automatically retrieved by other Actions in the same Task.

VariableDetails
Last file Returns the name of the file whose information was retrieved.
Examples:
  • C:\Documents and Slides\Projects\hr2024.csv
  • \\files.local\Share\Templates\report.pdf
  • N:\QuarterlyReports24\04\Folder
Size Returns file size in bytes. For folders, the size is always zero.
Examples:
  • 23501
  • 1557490
  • 0
Size formatted Returns file size formatted with commas as thousands separator.
Examples:
  • 23,501
  • 1,557,490
  • 0
Attributes Returns the file attributes in short format where each attribute is represented by a single letter. Full attribute list is:
RAHSCEIO. Missing attributes are represented by a dash character.
Examples:
  • RA-S-E--
  • -A--C-IO
  • --HS----
  • -A------
Attribute names Returns the list of file attributes separated by pipe character. Full list of supported attributes are Read only, Archive, Hidden, System, Compressed, Encrypted, Not indexed, and Offline. Missing file attributes are skipped.
Examples:
  • Read only|Archive|System|Encrypted
  • Archive|Compressed|Not indexed|Offline
  • Hidden|System
  • Archive
Owner Returns the owner of a file. If there is no owner information available (due to a migrated file system or an external drive/storage with NTFS), the Owner SID value will be returned instead.
Examples:
  • BUILTIN\Administrators
  • Matthew-PC\Matthew
  • Domain.local\Thomas
  • NT AUTHORITY\SYSTEM
  • NT AUTHORITY\Authenticated Users
  • BUILTIN\Remote Desktop Users
  • \Everyone
Owner SID Returns a Security identifier (SID) of the file owner. Security identifiers (aka SIDs) are used internally for Windows Server user accounts and groups to uniquely identify a user, group, or built-in Windows account:
Examples:
  • S-1-5-32-544
  • S-1-5-21-8495873945-9485738950-811049851-1003
  • S-1-5-21-3768973945-5301509521-610977226-1017
  • S-1-5-18
  • S-1-5-11
  • S-1-5-32-555
  • S-1-1-0
Completion statusRetrieve Action execution status with a possible value—Successful or Failed. Or Empty, if Action has not been executed yet.
Adjust*Streamline creation of Task workflows even further—instantly make quick variable adjustments such as in-place replacement (all, first, or last occurrence), trimming (whitespaces, quotes, etc.), or changing capitalization. Optionally, set a different display name.

Automatic list processing…

The Get File Information variables returned as lists (even multi-level) can be automatically processed in further Actions. Use the For Each Action to parse a given text string (any list variable) and sequentially retrieve its elements one by one · see list processing examples. Or, use the Split Text and Lookup Text Actions to access list elements by their indices.

Help at your fingertips…

If you have any questions, please do not hesitate to contact our support team.