xulihang Active Member Licensed User Longtime User Oct 23, 2018 #1 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.
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.
xulihang Active Member Licensed User Longtime User Oct 23, 2018 #2 I solved this by using the code here: https://www.b4x.com/android/forum/threads/zip-multiple-files-and-folders-using-zip4j.98550/ Upvote 0
I solved this by using the code here: https://www.b4x.com/android/forum/threads/zip-multiple-files-and-folders-using-zip4j.98550/