append_file
Append content to a file by specifying the file path and the text or data to add. Supports optional encoding.
Instructions
Append content to a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file | |
| content | Yes | Content to append | |
| encoding | No | File encoding (default: utf-8) | utf-8 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |