delete_file
Remove a file from a Godot project by specifying its path relative to the project root.
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 |