-
-
Notifications
You must be signed in to change notification settings - Fork 3
PKZip.ZipReader.Reset
Andrew Lambert edited this page Oct 28, 2018
·
6 revisions
Function Reset(Index As Integer) As Boolean
Name | Type | Comment |
---|---|---|
Index | Integer | The archive index to start reading at. |
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
.
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.
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.