Anyone know how to zip a file with a password. I had a topic up a few years ago wanting password protected zips. Now it’s been added but when I tried to use it, it just says the methods signature is not recognized. Here is what it looks like that Im trying to do.
Dim zZipFile As FolderItem = fZipFromFolder
zZipFile.Zip(fZipToFolder, “PasswordHere”)
Thanks for your help.
2 posts - 2 participants