XarDirectoryEntry

XarDirectoryEntry class

Represents directory entry within xar archive.

The XarDirectoryEntry type exposes the following members:

Properties

NameDescription
nameGets name of the entry within archive.
full_pathGets full path of the entry within archive.
is_directoryGets a value indicating whether the entry represents 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.
files_and_directoriesGets entries of
directoriesGets entries of
filesGets entries of
all_entriesGets all entries of

Methods

NameDescription
extract_to_directory(destination_directory)Extracts all the files in the current directory to the directory provided.

See Also