File/Directory Info
- Updated2023-02-17
- 3 minute(s) read
File/Directory Info
Returns information about a specified file or directory path.
This node returns the following information about the file or directory:
- Whether the specified path is a directory
- Whether the specified file or directory is a shortcut
- The resolved path if the specified file or directory is a shortcut
- The size of the specified file or directory
- The last modification date of the specified file or directory
Inputs/Outputs

path
Path to the file or directory whose attributes you want to determine.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

directory?
A Boolean that indicates whether or not the path points to a directory.
| True | Indicates that the path points to a directory. |
| False | Indicates that the path points to a location other than a directory. |
If you wire an empty path constant to path, directory? returns True.

path out
path unchanged.

size
File or directory size specified by path.

last modified
Date and time at which the file or directory was last modified. The number is a time zone-independent number of seconds that have elapsed since 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00].

error out
Error information.
The node produces this output according to standard error behavior.

resolved path
Path to the shortcut target.

shortcut?
A Boolean that indicates whether or not the path points to a shortcut.
| True | Indicates the path points to a shortcut. |
| False | Indicates the path points to a location other than a shortcut. |