File::CompressDirectory | ||
Description | ||
Compress the contents of a directory into a zip file. Supports (AES) encryption and multi-volume archives. | ||
Options | ||
Source
Directory |
The directory which contents will be compressed. | |
Remove
Sourcefile |
When checked, will remove the original file after it has been compressed. | |
Preserve
Path |
When checked, the full path will be stored inside the compressed file. | |
{Full
Path} |
When enabled, the full filepath will be stored. | |
{Relative
Path} |
When enabled, the relative path (compared to the scandir) will be stored. | |
Include
Subdirectories |
When checked, subdirectories will be included. | |
Destination
File |
Destination file which will contain the compressed files. | |
Password |
Optional password to encrypt the destination file. | |
Encryption |
Determines if files must be encrypted. Options: None, Standard, AES128, AES192, AES256. | |
Compression |
Compression level. 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.. |