Hi everyone,
I have XZIP.DLL which is registered in my machine. I use this to compress & extract files into a specific folder.
It's working fine. But I am not able to add a Password to the Zip file.
This is the code I am using presently:
Dim cp As XZip.Zip '** Archive files
Set cp = New XZip.Zip
cp.Pack "c:\temp\*.txt", "c:\temp\test.zip", False, , 9
Set cp = Nothing
ANY IDEAS???
I have XZIP.DLL which is registered in my machine. I use this to compress & extract files into a specific folder.
It's working fine. But I am not able to add a Password to the Zip file.
This is the code I am using presently:
Dim cp As XZip.Zip '** Archive files
Set cp = New XZip.Zip
cp.Pack "c:\temp\*.txt", "c:\temp\test.zip", False, , 9
Set cp = Nothing
ANY IDEAS???
