diff options
| author | marynate | 2014-05-25 11:34:51 +0800 |
|---|---|---|
| committer | marynate | 2014-05-25 14:50:54 +0800 |
| commit | e6c1689b69e9e0ec530902b550c9e1e2d1cd0aae (patch) | |
| tree | ec9350bef9fc1c0bf6bedd73cc5768115dd6efec /drivers/unix/dir_access_unix.h | |
| parent | 71355aaab7eca64bec694918c6b911a412ad17f0 (diff) | |
| download | godot-e6c1689b69e9e0ec530902b550c9e1e2d1cd0aae.tar.gz godot-e6c1689b69e9e0ec530902b550c9e1e2d1cd0aae.tar.zst godot-e6c1689b69e9e0ec530902b550c9e1e2d1cd0aae.zip | |
Diffstat (limited to 'drivers/unix/dir_access_unix.h')
| -rw-r--r-- | drivers/unix/dir_access_unix.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/unix/dir_access_unix.h b/drivers/unix/dir_access_unix.h index 7ede4fc31..119cb5c3f 100644 --- a/drivers/unix/dir_access_unix.h +++ b/drivers/unix/dir_access_unix.h @@ -66,7 +66,9 @@ public: virtual String get_current_dir(); ///< return current dir location virtual Error make_dir(String p_dir); - virtual bool file_exists(String p_file); + virtual bool file_exists(String p_file); + virtual bool dir_exists(String p_dir); + virtual uint64_t get_modified_time(String p_file); |
