file_file_append
Appends content to an existing file or creates a new file if it does not exist. Use to add data to files in a single operation.
Instructions
[file] Append content to an existing file (creates it if missing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |