IsoArchive

IsoArchive class

Represents an ISO archive (ISO 9660).

The IsoArchive type exposes the following members:

Constructors

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

Properties

NameDescription
entriesGets entries of
file_entriesGets entries of

Methods

NameDescription
create_entry(name, file_path)Adds a file to the ISO image.
create_entry(name, source)Adds a file to the ISO image.
create_entry(name)Adds a file to the ISO image.
save(path)Saves the ISO image to the specified path.
save(stream)Saves the ISO image to the specified stream.
create_directory(name)Adds a directory to the ISO image.
extract_to_directory(destination_directory)Extracts all entries to the specified directory.

See Also