Allows you to decompress the specified source file, in GZIP or ZLIB format, generating a file with the destination name.
Syntax |
DECOMP_FILE "source_file_path" "destination_file_path" [-ZL] |
---|---|
"source_file_path" |
Full name of the compressed source file |
"destination_file_path" |
Full name of the decompressed file |
-ZL |
Specifies that the format of the compressed (source) file is ZLIB. (optional) |
Notes |
If omitted -ZL it is assumed that the format of the compressed (source) file is GZIP |