ZipFileWriter.Based on file name
Syntax:
Parameters:
<FileName> (required)
Name of the file to which the archive will be written.
<Password> (optional)
The password that will be assigned to the archive.
If no password is assigned or it consists of an empty string, no encryption will be performed.
<Commentaries> (optional)
A comment describing the ZIP file.
<CompressionMethod> (optional)
The compression method that will be used to compress the archive.
Default value: Deflate.
<CompressionRatio> (optional)
Data compression ratio.
Default value: Optimal.
<EncryptionMethod> (optional)
The encryption method that will be used to encrypt the archive.
Default value: Zip20.
Description: