32 #ifndef CXFILEHELPERS_H
33 #define CXFILEHELPERS_H
35 #include "cxResourceExport.h"
62 cxResource_EXPORT
bool copyRecursively(
const QString &srcFilePath,
const QString &tgtFilePath);
64 cxResource_EXPORT QFileInfoList
getDirs(QString path);
65 cxResource_EXPORT QStringList
getAbsolutePathToFiles(QString path, QStringList nameFilters,
bool includeSubDirs =
false);
75 #endif // CXFILEHELPERS_H
bool copyRecursively(const QString &srcFilePath, const QString &tgtFilePath)
bool removeNonemptyDirRecursively(const QString &dirName)
QFileInfoList getDirs(QString path)
QStringList getAbsolutePathToXmlFiles(QString path, bool includeSubDirs)
QStringList getAbsolutePathToFiles(QString path, QStringList nameFilters, bool includeSubDirs)