file_exists
Check if a file or directory exists at a given path, returning a boolean to confirm its presence or absence. Use it to validate paths before performing file operations on a Linux system.
Instructions
检查文件或目录是否存在
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 要检查的文件或目录路径 |