|
VivoQuant 5.4.1
|
Object to manipulate Zip archive files. More...
#include <ZipArchive.h>
Public Member Functions | |
| bool | createZip (string fileName, string srcDir) |
| Archive a folder into a zip file. | |
| bool | unzip (string zipFile, string outDir=string()) |
| Extract a zip archive a file. | |
| bool | gunzip (string zipFile, string outDir=string()) |
| Extract a gzip archive a file. | |
Object to manipulate Zip archive files.
See also ScriptMaster::zipTool() to obtain this object
| bool createZip | ( | string | fileName, |
| string | srcDir | ||
| ) |
Archive a folder into a zip file.
| fileName | The output zip archive file name |
| srcDir | The input folder containing the files to zip |
| bool gunzip | ( | string | zipFile, |
| string | outDir = string() |
||
| ) |
Extract a gzip archive a file.
| zipFile | The input gzip archive fille name |
| outDir | The directory to which the files should be extracted |
| bool unzip | ( | string | zipFile, |
| string | outDir = string() |
||
| ) |
Extract a zip archive a file.
| zipFile | The input zip archive fille name |
| outDir | The directory to which the files should be extracted |