CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cxFileHelpers.cpp File Reference
#include "cxFileHelpers.h"
#include <QFile>
#include <QDir>
#include <QFileInfo>

Go to the source code of this file.

Namespaces

 cx
 Namespace for all CustusX production code.
 

Functions

bool cx::copyRecursively (const QString &srcFilePath, const QString &tgtFilePath)
 
bool cx::removeNonemptyDirRecursively (const QString &dirName)
 
QFileInfoList cx::getDirs (QString path)
 
QStringList cx::getAbsolutePathToFiles (QString path, QStringList nameFilters, bool includeSubDirs)
 
QStringList cx::getAbsolutePathToXmlFiles (QString path, bool includeSubDirs)