Name
zip.DeleteFile -- delete file from zip archive
Synopsis
zip.DeleteFile(id, idx)
Function
This function deletes the file at index idx in the zip archive specified by id.

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

This function can also operate on directories. See Zip archive basics for details.

Inputs
id
identifier of the zip archive to use
idx
file to delete

Show TOC