File Modified At
Returns the last modification timestamp of the file at `path` as an ISO date-time string. 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 file modification time as an ISO date-time string.
- Expects a file path, not a folder path.