file_exists
Verify a path exists and is a regular file within the workspace root, enabling safe checks before file operations.
Instructions
Check whether a given path exists and is a regular file.
Args: path: Path to check, relative to the workspace root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |