Class WimEntry

WimEntry class

Represents a single file or directory within wim image.

public abstract class WimEntry

Properties

NameDescription
AlternateDataStreams { get; }Gets the names of the alternate data streams for a file or directory.
Archive { get; }Gets the archive the entry belongs to.
ChangeTime { get; }Gets the last time the file or directory was changed.
CreationTime { get; }Gets the creation time of the file or directory.
FileAttributes { get; }Gets the file or directory attributes.
FullPath { get; }Gets a full path of the entry within the image.
HardLink { get; }Gets the hardlink id of the file or directory.
HasHardLinks { get; }Gets whether the file or directory is known by other names.
Image { get; }Gets the image the entry belongs to.
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 image.
Parent { get; }Gets the parent directory the entry belongs to.
ShortName { get; }Gets short name of the entry within the image.

Methods

NameDescription
override ToString()

See Also