Name
zip.SetFileTime -- set file datestamp
Synopsis
zip.SetFileTime(id, idx, time$)
Function
This function sets the datestamp for the file at index idx in the zip archive specified by id. The datestamp must be passed in the standard Hollywood date format of dd-mmm-yyyy hh:mm:ss.

Note that the change to the zip archive isn't done immediately but is postponed until you call zip.CloseArchive().

Inputs
id
identifier of the zip archive to use
idx
index of file whose datestamp should be changed
time$
desired datestamp

Show TOC