append
Add content to the end of an existing file. Fails if file is missing to prevent accidental creation. Returns error in read-only mode.
Instructions
Append content to an existing file. Fails if file does not exist. Returns error in read-only mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| path | Yes |