mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Ref T660, utility functions
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user