Get File Info
godot_get_file_infoGet detailed file information, such as size and modification time, within a Godot project to inspect assets or scripts before use.
Instructions
Get information about a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file | |
| project_path | No | Optional project root (defaults to discovery from cwd) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||