CabArchive

CabArchive class

This class represents cab archive file.

The CabArchive type exposes the following members:

Constructors

NameDescription
CabArchive(source_stream)Initializes a new instance of the CabArchive class
CabArchive(path)Initializes a new instance of the CabArchive class

Properties

NameDescription
entriesGets entries of
file_entriesGets entries of

Methods

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

See Also