Exists
existsDetermine if a specified path points to an existing file or directory. Returns true or false to guide subsequent filesystem actions.
Instructions
Check whether a path exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |