c$ = zip.GetFileComment(id[, idx])
id
or of the whole zip archive. If the optional parameter idx
is specified,
zip.GetFileComment()
retrieves the comment of the file at that index. If the idx
parameter
is omitted or set to -1, the comment of the zip archive itself is returned.
This function can also operate on directories. See Zip archive basics for details.