Hi all
I want to compress a file with a password. I know that ArchiverPlusZip does this task through:
but parameters are not clear to me.
thanks in advance
I want to compress a file with a password. I know that ArchiverPlusZip does this task through:
B4X:
Dim zip As ArchiverPlusZip
zip.EncryptZipWithString(.........)
zip.AddFileToZip(xui.DefaultFolder,"aaa.txt","ar")
thanks in advance