From e09fec3373abcf836635dc33a95e9b9975058eb9 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 18 May 2011 16:48:27 +0100 Subject: New map directory structure that avoids map size being limited by filesystem --- src/filesys.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/filesys.h') diff --git a/src/filesys.h b/src/filesys.h index 4dd90b84e..b74b34f3d 100644 --- a/src/filesys.h +++ b/src/filesys.h @@ -38,6 +38,9 @@ std::vector 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. -- cgit v1.2.3