File::CompressFile | ||
Description | ||
Compresses the specified file using ZIP compression. Supports (AES) encryption and multi-volume archives. | ||
Options | ||
Source
file to compress |
The sourcefile which must be compressed. Must include the complete path and the filename. | |
Remove
Sourcefile |
When checked, will remove the original sourcefile after it has been compressed. | |
Preserve
Path |
When checked, the full path of the sourcefile will be stored inside the compressed file. | |
Destinationfile |
The name of the compressed destinationfile. | |
Password |
Optional password to encrypt the destination file. | |
Encryption |
Determines if files must be encrypted. Options: None, Standard, AES128, AES192, AES256. | |
Compression |
Compression level. Options: None, Low, Medium, High. | |
Multi
Volume |
If
set to another option then "None", the outputfile will be split
into multiple files of the specified size. |
|
Tempfile
Directory |
Optional directory where temporary files will be stored.. |