write_file
write_fileCreates or overwrites a text file in a Godot project. Specify project path, file path, and content to write.
Instructions
Create or overwrite a text file in a Godot project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | File content to write | |
| filePath | Yes | File path relative to project root | |
| projectPath | Yes | Godot project path |