28 #ifndef OSDAB_UNZIP__H 29 #define OSDAB_UNZIP__H 121 bool contains(
const QString& file)
const;
142 Q_DECLARE_OPERATORS_FOR_FLAGS(UnZip::ExtractionOptions)
144 #endif // OSDAB_UNZIP__H
ErrorCode extractAll(const QString &dirname, ExtractionOptions options=ExtractPaths)
QStringList fileList() const
QList< ZipEntry > entryList() const
CompressionMethod compression
PKZip 2.0 file decompression. Compatibility with later versions is not ensured as they may use unsupp...
bool contains(const QString &file) const
QString archiveComment() const
Ignores paths and extracts all the files to the same directory.
QString formatError(UnZip::ErrorCode c) const
ErrorCode extractFile(const QString &filename, const QString &dirname, ExtractionOptions options=ExtractPaths)
ErrorCode extractFiles(const QStringList &filenames, const QString &dirname, ExtractionOptions options=ExtractPaths)
ErrorCode openArchive(const QString &filename)
void setPassword(const QString &pwd)