QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Namespaces | Functions
qgsziputils.h File Reference
#include "qgis_core.h"
#include "qgis_sip.h"
#include <QStringList>
Include dependency graph for qgsziputils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 QgsZipUtils
 

Functions

CORE_EXPORT bool QgsZipUtils::isZipFile (const QString &filename)
 Returns true if the file name is a zipped file ( i.e with a '.qgz' extension, false otherwise. More...
 
CORE_EXPORT bool QgsZipUtils::unzip (const QString &zip, const QString &dir, QStringList &files)
 Unzip a zip file in an output directory. More...
 
CORE_EXPORT bool QgsZipUtils::zip (const QString &zip, const QStringList &files)
 Zip the list of files in the zip file. More...