Add DirAccess:dir_exist api

This commit is contained in:
marynate
2014-05-25 11:34:51 +08:00
parent 71355aaab7
commit e6c1689b69
13 changed files with 118 additions and 2 deletions

View File

@ -190,6 +190,7 @@ public:
virtual bool file_exists(String p_file);
virtual bool dir_exists(String p_dir);
virtual Error make_dir(String p_dir);