move_file
Relocate or rename files within a Godot project by providing source and destination paths, solving asset organization issues.
Instructions
Move/rename a file within project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source file path (relative to project root) | |
| destination | Yes | Destination file path (relative to project root) |