get_file_info
Get detailed information about any file or directory in an Xcode project by providing its path. Supports absolute, relative, and home directory paths for flexible access.
Instructions
Gets detailed information about a file or directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file or directory. Can be absolute, relative to active directory, or use ~ for home directory. |