sandbox_file_exists
Check if a file or directory exists in a sandbox. Returns true if found, false if not, without throwing an error.
Instructions
Check if a file or directory exists in a sandbox. Returns true/false without throwing an error if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sandboxId | Yes | The sandbox ID. | |
| path | Yes | Absolute path to check. |