delete_file
Remove a file from a Godot project by specifying its path relative to the project directory. Works for scripts, scenes, and resources.
Instructions
Delete a file from a Godot project (scripts, scenes, resources, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| filePath | Yes | Path to the file to delete (relative to project) |