file_open
Opens an existing file or folder at an absolute path using the default app or a specified application. For local paths only; URLs are not supported.
Instructions
Open an existing file or folder with its default application, or with the application named in 'app'. The path must be absolute and must already exist. URLs are refused — use open_url, which enforces the scheme allowlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Application to open the file with. If omitted, uses the default app. | |
| path | Yes | File or folder path to open. |