Hi, I plan on purchasing AZL to integrate into a VBA project I have developed over the last couple of years. I plan on using the unzip feature to unzip files...
azgtrplayer
azgtrplayer@...
Sep 14, 2009 4:12 pm
4
Yes. The "Advanced Zip Library" supports password protecting ZIP files. You simply pass a parameter to the ZIP or UNZIP methods that specifies the password....
By the way, there is a parameter "blnPromptForPassword" on all UNZIP methods that if set to true, it will automatically prompt the user for the password so you...