Write local file
write_fileCreate, overwrite, or append content to local files. Automatically creates missing parent folders as needed, with options for text or base64 encoding.
Instructions
Create, overwrite, or append to any local file. Create missing parent folders when requested, then verify important writes with read_file or path_info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | overwrite | |
| path | Yes | ||
| content | Yes | ||
| encoding | No | utf8 | |
| createParents | No |