RarArchive
Contents
[
Hide
]RarArchive class
This class represents RAR archive file. Use it to extract RAR archives.
The RarArchive type exposes the following members:
Constructors
Name | Description |
---|---|
RarArchive(path, load_options) | Initializes a new instance of the RarArchive class and composes entries list can be extracted from the archive. |
RarArchive(source_stream, load_options) | Initializes a new instance of the RarArchive class and composes entries list can be extracted from the archive. |
Properties
Name | Description |
---|---|
entries | Gets entries of RarArchiveEntry type constituting the rar archive. |
file_entries | Gets entries of IArchiveFileEntry type constituting the archive. |
Methods
Name | Description |
---|---|
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
- namespace aspose.zip.rar
- assembly Aspose.Zip