mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 18:11:13 +00:00
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
This commit is contained in:
parent
0339200972
commit
b202a0dd2a
8 changed files with 134 additions and 0 deletions
|
|
@ -71,6 +71,8 @@ public:
|
|||
|
||||
virtual bool file_exists(String p_file);
|
||||
virtual bool dir_exists(String p_dir);
|
||||
virtual bool is_readable(String p_dir);
|
||||
virtual bool is_writable(String p_dir);
|
||||
|
||||
virtual uint64_t get_modified_time(String p_file);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue