We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15eca7 commit 21257d6Copy full SHA for 21257d6
1 file changed
utils/misc/zip/v3.0/zip-v3.0.html
@@ -864,7 +864,7 @@
864
865
archive.zip.file.rem = function(path){
866
867
- archive.cur.remove(abs);
+ archive.cur.remove(path);
868
869
}//rem
870
@@ -883,14 +883,14 @@
883
884
archive.zip.dir.add = function(path){
885
886
- archive.cur.folder(abs);
+ archive.cur.folder(path);
887
888
}//add
889
890
891
archive.zip.dir.rem = function(path){
892
893
894
895
896
0 commit comments