blob: 38c5e3f0cad066fc99f07a031a799873bb53f0c5 [file] [log] [blame]
# change local and global comments in a zip archive
program modify
return 0
args testcomment.zip set_archive_comment "This is the new,\r\nmultiline archive comment.\r\nAin't it nice?" set_file_comment 0 "File comment no 0" set_file_comment 1 "File comment no 1" set_file_comment 2 "File comment no 2" set_file_comment 3 "File comment no 3"
file testcomment.zip testcomment.zip testchanged.zip