WimImage

WimImage class

Represents a single image within wim archive.

The WimImage type exposes the following members:

Properties

NameDescription
root_directoryGets the root directory entry of the image.
all_entriesGets entries of WimEntry type constituting the image recursively.
parentGets the archive the image belongs to.

Methods

NameDescription
get_entry(path)Gets the entry of WimEntry type for a given path.
extract_to_directory(destination_directory)Extracts all the files in the image to the directory provided.

See Also