From e6c1689b69e9e0ec530902b550c9e1e2d1cd0aae Mon Sep 17 00:00:00 2001 From: marynate Date: Sun, 25 May 2014 11:34:51 +0800 Subject: Add DirAccess:dir_exist api --- core/io/file_access_pack.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/io/file_access_pack.cpp') diff --git a/core/io/file_access_pack.cpp b/core/io/file_access_pack.cpp index 6a28fa9da..e2cb300eb 100644 --- a/core/io/file_access_pack.cpp +++ b/core/io/file_access_pack.cpp @@ -443,6 +443,11 @@ bool DirAccessPack::file_exists(String p_file){ return current->files.has(p_file); } +bool DirAccessPack::dir_exists(String p_dir) { + + return current->subdirs.has(p_dir); +} + Error DirAccessPack::make_dir(String p_dir){ return ERR_UNAVAILABLE; -- cgit v1.2.3-70-g09d2