Skip to content

PKZip.ZipReader.Reset

Andrew Lambert edited this page Dec 8, 2022 · 6 revisions

Method Signature

 Function Reset(Index As Integer) As Boolean

Parameters

Name Type Comment
Index Integer The archive index to move to.

Return value

Returns True if the operation succeeded. Check ZipReader.LastError if this method returns False.

Remarks

Repositions the "current" item to the specified Index. The first item is at index zero. Pass -1 to perform a consistency check on the file structure; this check verifies that the file appears to be a properly formatted zip file, but doesn't verify the integrity of the files stored within (See PKZip.TestZip for that.)

Entry-level points of interest denoted by "☜"



Clone this wiki locally