get_file_info
Retrieve file metadata including size, creation and modification times, and extension from a path relative to the workspace root. Use it to inspect file details before further operations.
Instructions
Get metadata about a file: size, modified/created time, extension.
Args: path: Path to the file, relative to the workspace root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |