-
-
Notifications
You must be signed in to change notification settings - Fork 3
PKZip.ZipReader.Reset
Andrew Lambert edited this page Dec 8, 2022
·
6 revisions
Function Reset(Index As Integer) As Boolean
Name | Type | Comment |
---|---|---|
Index | Integer | The archive index to move to. |
Returns True
if the operation succeeded. Check ZipReader.LastError if this method returns False
.
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.)
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.