fs_create_file
Create a text file at a specified path, optionally setting initial content and character encoding. Use for generating new files with precise text control.
Instructions
Create text file with initial content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| charset | No | utf-8 | |
| content | No | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||