XarDirectoryEntry

XarDirectoryEntry class

Represents directory entry within xar archive.

public sealed class XarDirectoryEntry : XarEntry

Properties

NameDescription
AllEntries { get; }Gets all entries of XarEntry type constituting the directory recursively.
CreationTime { get; }Gets the creation time of the file or directory.
Directories { get; }Gets entries of XarDirectoryEntry type constituting the directory.
Files { get; }Gets entries of XarFileEntry type constituting the directory.
FilesAndDirectories { get; }Gets entries of XarEntry type constituting the 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
ExtractToDirectory(string)Extracts all the files in the current directory to the directory provided.
override ToString()

See Also