get_file_info
Retrieves detailed file information such as size, date, and attributes when provided with the full file path. Useful for verifying file properties without opening the file.
Instructions
Get detailed information about a file.
Args: file_path: Full path to the file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |