write_file
Create or overwrite a text file within a Godot project. Specify the project path, relative 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 |