XarEntry

XarEntry class

Represents a single entry within xar archive.

The XarEntry type exposes the following members:

Properties

NameDescription
nameGets name of the entry within the archive.
full_pathGets a full path of the entry within the archive.
is_directoryGets a value indicating whether the entry represents a directory.
parentGets the parent directory the entry belongs to.
creation_timeGets the creation time of the file or directory.
last_access_timeGets the last access time of the file or directory.
last_write_timeGets the modification time of the file or directory.
modification_timeGets the modification time of the file or directory.

See Also