Skip to content

PKZip.ZipReader.Reset

Andrew Lambert edited this page Oct 28, 2018 · 6 revisions

Method Signature

 Function Reset(Index As Integer) As Boolean

Parameters

Name Type Comment
Index Integer The archive index to start reading at.

Return value

Returns True if extraction succeeded and the next item is ready. The last entry will return False and set ZipReader.LastError to ERR_END_ARCHIVE.

Remarks

Advances to the next entry in the archive. If there are no more entries then this method returns False. If a file or writeable stream is specified by the parameters then the data is extracted. Pass Nil to skip the current item.

Entry-level points of interest denoted by "☜"



Clone this wiki locally