Commented out debug statements again
[oweals/minetest.git] / src / filesys.h
index 4dd90b84e29618a5126d0f9396768d361034ed1b..b74b34f3da6cc41f272959ca06fa44552b65f29c 100644 (file)
@@ -38,6 +38,9 @@ std::vector<DirListNode> GetDirListing(std::string path);
 // Returns true if already exists
 bool CreateDir(std::string path);
 
+// Create all directories on the given path that don't already exist.
+bool CreateAllDirs(std::string path);
+
 bool PathExists(std::string path);
 
 // Only pass full paths to this one. True on success.