editor_list_filesystem
List files and directories in a Godot project. Use glob patterns and recursion to filter or explore the filesystem structure.
Instructions
List files and directories in the editor filesystem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path | res:// |
| pattern | No | Glob pattern (e.g. "*.gd") | |
| recursive | No |