- bugfix for custom data path

This commit is contained in:
Mark Vejvoda
2012-01-24 16:14:49 +00:00
parent ff4c327261
commit ebe45d253a
2 changed files with 5 additions and 3 deletions

View File

@@ -211,7 +211,7 @@ bool EndsWith(const string &str, const string& key);
void endPathWithSlash(string &path, bool requireOSSlash=false);
void trimPathWithStartingSlash(string &path);
void updatePathClimbingParts(string &path);
void formatPath(string &path);
string formatPath(string path);
string replaceAll(string& context, const string& from, const string& to);
bool removeFile(string file);