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

UnRar.IsRARArchive

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

UnRAR.IsRARArchive

Method Signature

Function IsRARArchive(Extends Arch As FolderItem) As Boolean

Parameters

Name Type Comment
Arch FolderItem The RAR archive

Return Value

Returns True if the file is likely a RAR archive.

Notes

This method extends the FolderItem class. It detects both plain RAR archives and RAR self-extracting archives (a RAR archive appended to stub executable.)

Clone this wiki locally