File Size
Returns the size of the file at `path` in bytes. This block performs a filesystem read check and therefore depends on filesystem permissions. The block expects a file path, not a folder path.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | string | — |
Notes
- Filesystem read expression that returns the size of a file in bytes.
- Expects a file path, not a folder path.