Ref T365, utility functions

This commit is contained in:
Klaus Basan
2018-09-20 22:33:11 +02:00
parent 51973cd2b9
commit 61629231ff
6 changed files with 167 additions and 9 deletions

View File

@@ -79,6 +79,9 @@ namespace BlackMisc
//! \sa CNetworkUtils::buildUrl for URLs
static QString appendFilePathsAndFixUnc(const QString &path1, const QString &path2, const QString &path3);
//! One path up
static QString pathUp(const QString &path);
//! Strip file from path a/b/c.json a/b, return path
static QString stripFileFromPath(const QString &path);