write_file
Write content to any file path. Automatically creates parent directories and overwrites existing files for simple file management.
Instructions
Write content to a file. Creates directories if needed, overwrites existing files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to write (absolute or relative). Parent directories will be created automatically | |
| content | Yes | Content to write to file. Use \n for newlines, \t for tabs. UTF-8 encoding used |