Class XarEntry

Class XarEntry

Namespace: Aspose.Zip.Xar
Assembly: Aspose.Zip.dll (25.1.0)

Représente une entrée unique dans l’archive xar.

public abstract class XarEntry

Héritage

objectXarEntry

Dérivé

XarDirectoryEntry, XarFileEntry

Membres Hérités

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

Propriétés

CreationTime

Obtient le moment de création du fichier ou du répertoire.

public DateTime CreationTime { get; }

Valeur de Propriété

DateTime

FullPath

Obtient le chemin complet de l’entrée dans l’archive.

public string FullPath { get; }

Valeur de Propriété

string

IsDirectory

Obtient une valeur indiquant si l’entrée représente un répertoire.

public bool IsDirectory { get; }

Valeur de Propriété

bool

LastAccessTime

Obtient le dernier moment d’accès du fichier ou du répertoire.

public DateTime LastAccessTime { get; }

Valeur de Propriété

DateTime

LastWriteTime

Obtient le moment de modification du fichier ou du répertoire.

public DateTime LastWriteTime { get; }

Valeur de Propriété

DateTime

Name

Obtient le nom de l’entrée dans l’archive.

public string Name { get; }

Valeur de Propriété

string

Parent

Obtient le répertoire parent auquel appartient l’entrée.

public XarDirectoryEntry Parent { get; }

Valeur de Propriété

XarDirectoryEntry

Méthodes

ToString()

public override string ToString()

Renvoie

string

 Français