write_file
Write text files to the Godot project's res:// or user:// directories with path-traversal protection. The editor filesystem refreshes automatically after writing.
Instructions
Write a text file under res:// (or user://), path-traversal guarded. Refreshes the editor filesystem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |