Write local file
write_fileCreate, overwrite, or append content to any local file, automatically creating missing parent folders and verifying writes for reliability.
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 |