Class WimEntry

Class WimEntry

Namespace: Aspose.Zip.Wim
Assembly: Aspose.Zip.dll (25.2.0)

Represents single file or directory within wim image.

public abstract class WimEntry

Inheritance

objectWimEntry

Derived

WimDirectoryEntry, WimFileEntry

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

AlternateDataStreams

Gets the names of the alternate data streams for a file or directory.

public string[] AlternateDataStreams { get; }

Property Value

string[]

Archive

Gets the archive the entry belongs to.

public WimArchive Archive { get; }

Property Value

WimArchive

ChangeTime

Gets the last time the file or directory was changed.

public DateTime ChangeTime { get; }

Property Value

DateTime

CreationTime

Gets the creation time of the file or directory.

public DateTime CreationTime { get; }

Property Value

DateTime

FileAttributes

Gets the file or directory attributes.

public FileAttributes FileAttributes { get; }

Property Value

FileAttributes

FullPath

Gets full path of the entry within image.

public string FullPath { get; }

Property Value

string

HardLink

Gets the hardlink id of the file or directory.

public long HardLink { get; }

Property Value

long

HasHardLinks

Gets whether the file or directory is known by other names.

public bool HasHardLinks { get; }

Property Value

bool

Image

Gets the image the entry belongs to.

public WimImage Image { get; }

Property Value

WimImage

IsDirectory

Gets a value indicating whether the entry represents directory.

public bool IsDirectory { get; }

Property Value

bool

LastAccessTime

Gets the last access time of the file or directory.

public DateTime LastAccessTime { get; }

Property Value

DateTime

LastWriteTime

Gets the modification time of the file or directory.

[Obsolete("This property will be removed in a future release. Please use ModificationTime instead.")]
public DateTime LastWriteTime { get; }

Property Value

DateTime

ModificationTime

Gets the modification time of the file or directory.

public DateTime ModificationTime { get; }

Property Value

DateTime

Name

Gets name of the entry within image.

public string Name { get; }

Property Value

string

Parent

Gets the parent directory the entry belongs to.

public WimDirectoryEntry Parent { get; }

Property Value

WimDirectoryEntry

ShortName

Gets short name of the entry within image.

public string ShortName { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string

 English