mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
New map directory structure that avoids map size being limited by filesystem
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user