Class XarEntry
Contents
[
Hide
]XarEntry class
Represents 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 full path of the entry within archive. |
IsDirectory { get; } | Gets a value indicating whether the entry represents directory. |
LastAccessTime { get; } | Gets the last access time of the file or directory. |
LastWriteTime { get; } | Gets the modification time of the file or directory. |
Name { get; } | Gets name of the entry within 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