]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/Folders.h
Dirs are now created if missing under GNU/Linux
[lugaru.git] / Source / Utils / Folders.h
index 1dd46fbf2c1440a093ea1bf034fd93162646c1e6..0343b6c2d4923578a436cae24a7a08b9947270d0 100644 (file)
@@ -46,6 +46,7 @@ public:
 
 private:
     static std::string getGenericDirectory(const char* ENVVAR, const std::string fallback);
+    static bool makeDirectory(std::string path);
 };
 
 #endif /* _FOLDERS_H_ */