rename_file
rename_fileRenames or moves a file in a Godot project by providing the current and new relative file paths.
Instructions
Rename or move a file within the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newPath | Yes | New file path (relative to project) | |
| filePath | Yes | Current file path (relative to project) | |
| projectPath | Yes | Godot project path |