create_file_code
Creates new files or updates existing ones by writing content to a specified path, with overwrite and ignore-if-exists options.
Instructions
Create a new file or overwrite an existing file with content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path to the file to create | |
| content | Yes | The content to write to the file | |
| overwrite | No | Whether to overwrite if the file exists | |
| ignoreIfExists | No | Whether to ignore if the file exists |