delete_file
Delete a file from a Godot project by specifying its path relative to the project root. This tool removes the file, helping manage project assets programmatically.
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 |