RarArchive

RarArchive class

This class represents RAR archive file. Use it to extract RAR archives.

The RarArchive type exposes the following members:

Constructors

NameDescription
RarArchive(path, load_options)Initializes a new instance of the RarArchive class
RarArchive(source_stream, load_options)Initializes a new instance of the RarArchive class

Properties

NameDescription
entriesGets entries of
file_entriesGets entries of

Methods

NameDescription
extract_to_directory(destination_directory, password)Extracts all the files in the archive to the directory provided.
extract_to_directory(destination_directory)Extracts all the files in the archive to the directory provided.

See Also