write_file
Write text to a file on WD MyCloud, creating a new file or overwriting an existing one. Provide the relative path and content.
Instructions
Write text content to a file on WD MyCloud (creates or overwrites).
Args: path: Relative path to the file. content: Text content to write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |