You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZipFile zip = new ZipFile("a,zip");
zip.removeFile("a.js");
will remove a.js and a.json together
The text was updated successfully, but these errors were encountered:
yuki-naki
changed the title
call the zip.removeFiles method when building zipmodel have some problems
call the ZipFile.removeFiles method when building zipmodel have some problems
May 2, 2021
yuki-naki
changed the title
call the ZipFile.removeFiles method when building zipmodel have some problems
when call the ZipFile.removefile method have some problems about building zipmodel for remove
May 2, 2021
a.zip inside have two file
a.js
a.json
when try remove file (a.js)
ZipFile zip = new ZipFile("a,zip");
zip.removeFile("a.js");
will remove a.js and a.json together
The text was updated successfully, but these errors were encountered: