file_exists
Verify if a file or directory exists at the specified path. Returns a boolean indicating presence.
Instructions
Check if a file or directory exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to check |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |