mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
New option to show/hide hidden files
This commit is contained in:
parent
40496dd76a
commit
db0a71fc58
13 changed files with 63 additions and 10 deletions
|
@ -208,6 +208,7 @@ public:
|
|||
virtual bool list_dir_begin();
|
||||
virtual String get_next();
|
||||
virtual bool current_is_dir() const;
|
||||
virtual bool current_is_hidden() const;
|
||||
virtual void list_dir_end();
|
||||
|
||||
virtual int get_drive_count();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue