gzExtract ( string source , string destination ) : void
Extract GZIP archive.
Note: destination must be a file, not a directory.
Example
gzExtract(path("tmp")+"file.gz", path("desktop")+"folder");
Parameters
source
gz archive path.
destination
folder destination. The folder of destination must exists.