|
SHAPER
9.15.0
|
The class implements static methods for compressing/uncompressing files. More...
Static Public Member Functions | |
| static bool | compress (const QString &theFile, std::list< std::string > theFiles) |
| Compress list of file to an archive. More... | |
| static bool | uncompress (const QString &theFile, const QString &theDir) |
| Uncompress files. More... | |
The class implements static methods for compressing/uncompressing files.
|
static |
Compress list of file to an archive.
| theFile | a name of compressed output file |
| theFiles | a list of input files to compress |
|
static |
Uncompress files.
| theFile | a compressed file |
| theDir | an output directory for uncompressed files |