- ported bugfixes to trunk from 3.6.0.3

This commit is contained in:
Mark Vejvoda
2012-01-24 21:28:05 +00:00
11 changed files with 55 additions and 26 deletions

View File

@@ -211,6 +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);
string formatPath(string path);
string replaceAll(string& context, const string& from, const string& to);
bool removeFile(string file);