1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

FileDialog: add Back/Forward buttons, add message for inaccessible folders.

This commit is contained in:
bruvzg
2021-03-19 14:01:03 +02:00
parent 0339200972
commit b202a0dd2a
8 changed files with 134 additions and 0 deletions

View File

@@ -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);