write-file
Write content to a file at a specified path. Optionally create parent directories if they do not exist.
Instructions
Write content to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file | |
| content | Yes | Content to write | |
| create_dirs | No | Create parent directories if they don't exist |