Class XarEntry
Contents
[
Hide
]XarEntry class
Represents a single entry within xar archive.
public abstract class XarEntry
Properties
| Name | Description |
|---|---|
| CreationTime { get; } | Gets the creation time of the file or directory. |
| FullPath { get; } | Gets a full path of the entry within the archive. |
| IsDirectory { get; } | Gets a value indicating whether the entry represents a directory. |
| LastAccessTime { get; } | Gets the last access time of the file or directory. |
| ModificationTime { get; } | Gets the modification time of the file or directory. |
| Name { get; } | Gets name of the entry within the archive. |
| Parent { get; } | Gets the parent directory the entry belongs to. |
Methods
| Name | Description |
|---|---|
| override ToString() |
See Also
- namespace Aspose.Zip.Xar
- assembly Aspose.Zip