append_file
Append text to a file, creating the file automatically if it does not already exist.
Instructions
Append text to a file, creating it first if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Destination path. | |
| content | Yes | Text to append. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |