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

UnRAR.Iterator.Constructor

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

UnRAR.Iterator.Constructor

Method Signature

 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 operation mode
Password String Optional. If specified, the archive password

Notes

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

Clone this wiki locally