ZipPassword
Sets the password for Password protected archives that will be used by ZipUnPack.
Member of namespace
ConvertSyntax
bool ZipPassword (string pwd)Parameters
- pwd
- Type: string
Parameters
pwd : The password for the archive. Smart parameters are supported.Returns
Always True.Level
Page level.Details
The password provided is used to extract password protected archives. This action must be called before ZipUnPack.- Example:
ChkDCOStatus("49") ZipOverwrite("True") ZipPassword("MySafePassword") ZipUnPack() SetDCOStatus("75")