delete_file
delete_fileDeletes a specified file from a Godot project using the project path and relative file path.
Instructions
Delete a file from a Godot project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | File path relative to project root | |
| projectPath | Yes | Godot project path |