IArchive

IArchive class

This interface represents an archive.

The IArchive type exposes the following members:

Properties

NameDescription
file_entriesGets entries of IArchiveFileEntry type constituting the archive.

Methods

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

See Also