6 lines
239 B
Text
6 lines
239 B
Text
|
# delete renamed entry in zip archive then rename file to same name
|
||
|
# file date is now(), so use zipcmp
|
||
|
return 0
|
||
|
args testfile.zip rename 0 something add test test delete 0 rename 1 testfile.txt
|
||
|
file testfile.zip testfile.zip test2.zip
|