diff options
| author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-03-19 14:01:03 +0200 |
|---|---|---|
| committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-03-23 08:03:41 +0200 |
| commit | b202a0dd2aa5c93b9fa14d6056513b0a537a9644 (patch) | |
| tree | 2085be1a385e3fdb92813c07a47db802432a40fe /drivers/unix/dir_access_unix.h | |
| parent | 03392009725b1a81928865d4f382a2de79e65f54 (diff) | |
| download | redot-engine-b202a0dd2aa5c93b9fa14d6056513b0a537a9644.tar.gz | |
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
Diffstat (limited to 'drivers/unix/dir_access_unix.h')
| -rw-r--r-- | drivers/unix/dir_access_unix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/unix/dir_access_unix.h b/drivers/unix/dir_access_unix.h index b70df1ca02..54f4a5c312 100644 --- a/drivers/unix/dir_access_unix.h +++ b/drivers/unix/dir_access_unix.h @@ -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); |
