rename_file
Rename or move files within a Godot project by specifying the current and new relative 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 |