Class IsoEntry
IsoEntry class
Represents an entry (file or directory) within an ISO archive.
public abstract class IsoEntry
Properties
Name | Description |
---|---|
IsDirectory { get; } | Gets a value indicating whether the entry is a directory. |
Name { get; } | Gets the name of the entry. |
Methods
Name | Description |
---|---|
override ToString() | Returns a string that represents the current entry. |
See Also
- namespace Aspose.Zip.Iso
- assembly Aspose.Zip