WimImage

WimImage class

Represents 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
parentGets the archive the image belongs to.

Methods

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

See Also