Ref T660, utility functions

This commit is contained in:
Klaus Basan
2019-07-10 03:10:17 +02:00
committed by Mat Sutcliffe
parent b71fb71fdc
commit 878a207f85
4 changed files with 33 additions and 0 deletions

View File

@@ -157,6 +157,9 @@ namespace BlackMisc
//! All sub directories of given dir
static QStringList getSubDirectories(const QString &rootDir);
//! Any file with filter like "*.txt"
static bool containsFileInDir(const QString &dir, const QString &filter, bool recursively);
//! Check if the (most important) runtime directories are available
static QStringList verifyRuntimeDirectoriesAndFiles();