Feedback

  • Contents
 

Get File Statistics

This File I/O tool retrieves various file properties for a specified file or directory.

Inputs

Source Filename

The path and file name to return properties for the file, or only the path to return properties for the directory. This value can be an absolute path, a relative path, or a UNC path.

Outputs

Full Path

The complete absolute path, and file name, for the specified file.

File Size

The file's size in bytes.

Creation Time

The date and time the file was created. This is a DateTime value.

Modify Time

The date and time the file was last modified. This is a DateTime value.

Access Time

The date and time the file was last accessed. This is a DateTime value.

Exit Paths

Success

This step takes the Success exit path if the file or directory is found.

Failure

This step takes the Failure path if the file does not exist.