Skip to content

Item Stats

Provides statistics about local files or directories.

Inputs#

Port Description
Execution trigger for the node.
Path
Path to the file or directory to be examined.

Outputs#

Port Description
Exists
Executed if the file or directory exists.
Not Exists
Executed if the file or directory does not exist.
Exists
Boolean indicating if the file or directory exists.
Is Directory
Boolean indicating if the path is a directory.
Is File
Boolean indicating if the path is a file.
Size
The size of the file or directory in bytes.

ID: item-stats@v1