create_file
Creates a file on zspace NAS at a specified path. Supports optional content and automatic renaming on conflict.
Instructions
在 zspace NAS 上创建文件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 文件完整路径 | |
| rename | No | 冲突时是否自动重命名(0/1),默认为 0 | 0 |
| content | No | 文件内容文本(可选) |