IsoEntry
IsoEntry class
Represents an entry (file or directory) within an ISO archive.
The IsoEntry type exposes the following members:
Properties
| Name | Description |
|---|---|
| name | Gets the name of the entry. |
| is_directory | Gets a value indicating whether the entry is a directory. |
| length | Gets or sets creation date and time. |
| modification_time | Gets or sets last modified date and time. |
Methods
| Name | Description |
|---|---|
| extract(path) | Extracts the entry to the filesystem by the path provided. |
| extract(destination) | Extracts the entry to the stream provided. |
See Also
- namespace aspose.zip.iso
- assembly Aspose.Zip