aboutsummaryrefslogtreecommitdiff
path: root/platform/flash/dir_access_flash.h
diff options
context:
space:
mode:
authorreduz2014-06-11 01:19:39 -0300
committerreduz2014-06-11 01:19:39 -0300
commitbb0dd1c5f9c1219eb5d4880f5521943f66b8d03f (patch)
treed7bd13bad144c41f2e8bb448d5d233b46402738b /platform/flash/dir_access_flash.h
parent2bf34875debd1b60809d22cf61a300b56cdfe084 (diff)
parente6c1689b69e9e0ec530902b550c9e1e2d1cd0aae (diff)
downloadgodot-bb0dd1c5f9c1219eb5d4880f5521943f66b8d03f.tar.gz
godot-bb0dd1c5f9c1219eb5d4880f5521943f66b8d03f.tar.zst
godot-bb0dd1c5f9c1219eb5d4880f5521943f66b8d03f.zip
Merge pull request #459 from marynate/PR-diracccess-dir-exists
Add DirAccess:dir_exist api
Diffstat (limited to 'platform/flash/dir_access_flash.h')
-rw-r--r--platform/flash/dir_access_flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/flash/dir_access_flash.h b/platform/flash/dir_access_flash.h
index 09e0b844c..1378a6e56 100644
--- a/platform/flash/dir_access_flash.h
+++ b/platform/flash/dir_access_flash.h
@@ -45,6 +45,7 @@ public:
Error make_dir(String p_dir);
bool file_exists(String p_file);
+ bool dir_exists(String p_dir);
size_t get_space_left();