SimCenterCommon
Common functionality used within different SimCenter projects
ZipUtils Namespace Reference

Functions

bool ZipFolder (QDir directoryToZip, QString zipFilePath)
 
bool UnzipFile (QString zipFilePath, QDir directoryToUnzip)
 

Function Documentation

bool ZipUtils::UnzipFile ( QString  zipFilePath,
QDir  directoryToUnzip 
)

Definition at line 86 of file ZipUtils.cpp.

bool ZipUtils::ZipFolder ( QDir  directoryToZip,
QString  zipFilePath 
)

Definition at line 7 of file ZipUtils.cpp.