XarEntry

XarEntry class

Represents single entry within xar archive.

public abstract class XarEntry

Properties

NameDescription
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

NameDescription
override ToString()

See Also