file_file_write
Write content to a file, replacing any existing data. Specify the file path and the content to write.
Instructions
[file] Write content to a file, overwriting any existing content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |