.TH "sources/import/edz/edzsevenzip.h" 3 "Version 0.200.1-dev" "QElectroTech" \" -*- nroff -*-
.ad l
.nh
.SH NAME
sources/import/edz/edzsevenzip.h
.SH SYNOPSIS
.br
.PP
\fR#include <QString>\fP
.br

.SS "Functions"

.in +1c
.ti -1c
.RI "bool \fBsevenZipExtract\fP (const QString &archivePath, const QString &destDir, QString &error)"
.br
.in -1c
.SH "Function Documentation"
.PP 
.SS "bool sevenZipExtract (const QString & archivePath, const QString & destDir, QString & error)"
Extract every entry of the 7-Zip archive at \fIarchivePath\fP into \fIdestDir\fP, using the bundled (public-domain) LZMA SDK — no external 7-Zip needed\&. 
.PP
\fBReturns\fP
.RS 4
true on success; on failure \fIerror\fP explains why\&. 
.RE
.PP

.SH "Author"
.PP 
Generated automatically by Doxygen for QElectroTech from the source code\&.
