fast_write_file
Write or modify files with automatic directory creation, append support, encoding options, and emoji removal.
Instructions
Writes or modifies a file (provides emoji guidelines)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path | |
| content | Yes | File content | |
| encoding | No | Text encoding | utf-8 |
| create_dirs | No | Automatically create directories | |
| append | No | Append mode | |
| force_remove_emojis | No | Force remove emojis (default: false) |