fs_write
Write content to files, automatically creating directories and handling special characters for correct output.
Instructions
Write content to a file. Creates directories if needed. Handles escaping correctly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path | |
| content | Yes | File content |