iOS Question ZipDone Event

narek adonts

Well-Known Member
Licensed User
Longtime User
Hi,

I am unable to fire ZipDone event of Archiver

compress.AsyncZipFolder(File.DirTemp & "/1",File.DirTemp,"1zip.zip","zip")

Sub zip_ZipDone
Log("done")
End Sub

But the file is creating. I can check it with File.Exists
 
Top