B4J Question ABzipUnzip Library - unzip BUG in b4j, ok in b4a

a n g l o

Active Member
Licensed User
Longtime User
whoever wrote this library :
hello,
b4j :
the ABUnzip function unzips ok, but trying to delete the zip file after that (programmatically) - fails.
no matter what you may try (callSubDelayed, timers, etc) - you can't delete the file.
it seems that the ABUzip function left it locked or someting....you can't delete even after the AB object scope is finished.
it needs to make something "heavy" with the file (like reading it to byte array) ... then it's free to delete...

in b4a, same function - no such problem.

I know there are other libraryes for zip/unzip.
Thank you.
 
Top