GetEntry

WimImage.GetEntry method

Gets the entry of WimEntry type for a given path.

public WimEntry GetEntry(string path)
ParameterTypeDescription
pathStringThe path of file or directory.

Return Value

The entry of WimEntry type.

See Also