Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

UnRAR.IteratorEx.Reset

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

Method Signature

Sub Reset(StartIndex As Integer = 0)

Parameters

Name Type Comment
StartIndex Integer Optional. If specified, the index at which to start processing the archive

Notes

Closes the archive and sets the current index to StartIndex.

Clone this wiki locally