Password Property
A password for the zip archive.
Data Type
PasswordDefault Value
""Remarks
This property specifies the case-sensitive password used to encrypt or decrypt the archive. If set to an empty string, no password is used.
Example (Compressing an Archive)
ZipControl.ArchiveFile =
"c:\test.zip"
ZipControl.RecurseSubdirectories =
true
ZipControl.IncludeFiles(
"c:\foo\*"
)
ZipControl.Password =
"nsoftware"
ZipControl.Compress()