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

UnRAR.IteratorEx.CurrentItem

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

UnRAR.IteratorEx.CurrentItem

Method Signature

Function CurrentItem() As UnRAR.ArchiveEntry

Return value

An ArchiveEntry representing the RAR entry at the current archive index.

Notes

The returned ArchiveEntry contains information about the entry at the current index. Call MoveNext to process the current item and advance the current index by one.

Clone this wiki locally