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

UnRAR.IteratorEx.Constructor

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

UnRAR.IteratorEx.Constructor

Method Signature

Protected Sub Constructor(RARFile As FolderItem, Mode As Integer = UnRAR.RAR_OM_EXTRACT, Password As String = "")

Parameters

Name Type Comment
RARFile FolderItem A RAR archive
Mode Integer Optional. If specified, the open mode
Password String Optional. If specified, the archive password

Notes

Prepares the IteratorEx, but does not open the file itself.

Clone this wiki locally