WimDirectoryEntry

WimDirectoryEntry class

Represents single directory within wim archive.

The WimDirectoryEntry type exposes the following members:

Properties

NameDescription
archiveGets the archive the entry belongs to.
imageGets the image the entry belongs to.
parentGets the parent directory the entry belongs to.
nameGets name of the entry within image.
short_nameGets short name of the entry within image.
full_pathGets full path of the entry within image.
change_timeGets the last time the file or directory was changed.
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.
alternate_data_streamsGets the names of the alternate data streams for a file or directory.
hard_linkGets the hardlink id of the file or directory.
has_hard_linksGets whether the file or directory is known by other names.
is_directoryGets a value indicating whether the entry represents directory.
directoriesGets entries of
filesGets entries of
files_and_directoriesGets 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