Godot File Delete
godot_file_deleteDelete a file or directory inside a Godot project by specifying its path, with an option to remove directories recursively when needed.
Instructions
Delete a file or directory inside the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| recursive | No |