IsoEntry

IsoEntry class

Represents an entry (file or directory) within an ISO archive.

The IsoEntry type exposes the following members:

Properties

NameDescription
nameGets the name of the entry.
is_directoryGets a value indicating whether the entry is a directory.
lengthGets or sets creation date and time.
modification_timeGets or sets last modified date and time.

Methods

NameDescription
extract(path)Extracts the entry to the filesystem by the path provided.
extract(destination)Extracts the entry to the stream provided.

See Also