11 #ifndef CXFILEHELPERS_H
12 #define CXFILEHELPERS_H
14 #include "cxResourceExport.h"
39 cxResource_EXPORT
bool copyRecursively(QString sourceDir, QString destinationDir,
bool overWriteDirectory);
41 cxResource_EXPORT QFileInfoList
getDirs(QString path);
42 cxResource_EXPORT QStringList
getAbsolutePathToFiles(QString path, QStringList nameFilters,
bool includeSubDirs =
false);
56 #endif // CXFILEHELPERS_H