Class XarEntry

Class XarEntry

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

Đại diện cho một mục đơn trong kho lưu trữ xar.

public abstract class XarEntry

Kế thừa

objectXarEntry

Kế thừa

XarDirectoryEntry, XarFileEntry

Thành viên kế thừa

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

Thuộc tính

CreationTime

Lấy thời gian tạo của tệp hoặc thư mục.

public DateTime CreationTime { get; }

Giá trị thuộc tính

DateTime

FullPath

Lấy đường dẫn đầy đủ của mục trong kho lưu trữ.

public string FullPath { get; }

Giá trị thuộc tính

string

IsDirectory

Lấy giá trị cho biết liệu mục có đại diện cho thư mục hay không.

public bool IsDirectory { get; }

Giá trị thuộc tính

bool

LastAccessTime

Lấy thời gian truy cập cuối cùng của tệp hoặc thư mục.

public DateTime LastAccessTime { get; }

Giá trị thuộc tính

DateTime

LastWriteTime

Lấy thời gian sửa đổi của tệp hoặc thư mục.

public DateTime LastWriteTime { get; }

Giá trị thuộc tính

DateTime

Name

Lấy tên của mục trong kho lưu trữ.

public string Name { get; }

Giá trị thuộc tính

string

Parent

Lấy thư mục cha mà mục thuộc về.

public XarDirectoryEntry Parent { get; }

Giá trị thuộc tính

XarDirectoryEntry

Phương thức

ToString()

public override string ToString()

Trả về

string

 Tiếng Việt