Get File Info
get_file_infoObtain file details like size, dates, kind, and tags by providing the absolute file path.
Instructions
Get detailed file information including size, dates, kind, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute file path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| name | Yes | ||
| kind | Yes | ||
| size | Yes | ||
| creationDate | Yes | ||
| modificationDate | Yes | ||
| tags | Yes |