Fix for issue 734 (creating profile on a fresh install is completely broken.)
This commit is contained in:
@@ -132,6 +132,8 @@ public:
|
||||
//Returns true if strdirname exists somewhere in the fileSystem, and is a directory
|
||||
bool DirExists(const string& strDirname);
|
||||
|
||||
bool MakeDir(const string & dir);
|
||||
|
||||
static void init( const string & userPath, const string & systemPath = "");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user