get_file_info
Retrieve metadata for any file or directory by providing its absolute path. Useful for checking file type, size, and other attributes without opening it.
Instructions
Get metadata for a file or directory.
Args: file_path: Absolute path to the target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |