B4J Question zip multiple folders and files

xulihang

Active Member
Licensed User
Longtime User
Hi, there

I am having trouble recompressing all the files unzipped from an idml file which includes a few folders and files.

Archiver library's AsyncZipFolder method only zip one folder while AsyncZipFiles only zip files.

If there is not a good way to do this now, I may need to use javaobject and zip4j to do this.
 
Top