mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
committed by
Lars Toenning
parent
5e5b3f830d
commit
7691e42a5b
@@ -56,10 +56,10 @@ namespace BlackMisc
|
||||
//! Get the existing directories
|
||||
static QStringList getExistingUnemptyDirectories(const QStringList &directories);
|
||||
|
||||
//! @{
|
||||
//! Directory existing? Also checking UNC paths upfront.
|
||||
//! \remark Motivation: if an UNC cannot be accessed (e.g. machine is down) it can take very long before functions like QDir respond
|
||||
//! \remark for non-UNC paths it is the same as the QDir checks
|
||||
//! @{
|
||||
static bool isDirExisting(const QString &path);
|
||||
static bool isDirExisting(const QDir &dir);
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user