Item Stats
Provides statistics about local files or directories.
Inputs#
| Port | Description |
|---|---|
| Execution trigger for the node. | |
| Path to the file or directory to be examined. |
Outputs#
| Port | Description |
|---|---|
| Executed if the file or directory exists. | |
| Executed if the file or directory does not exist. | |
| Boolean indicating if the file or directory exists. | |
| Boolean indicating if the path is a directory. | |
| Boolean indicating if the path is a file. | |
| The size of the file or directory in bytes. | |
| The permissions of the file or directory. |
ID: core/item-stats@v1