The ExtractFiles method of the Merge object extracts the embedded .cab file from a module and then writes those files to the destination directory.
Syntax
Script
ExtractFiles(
Path
)
Parameters
- Path
-
The fully qualified destination directory.
Return Value
This method does not return a value.Remarks
Any files in the destination directory with the same name are overwritten. The path is created if it does not already exist.
ExtractFiles always extracts files using short file names for the path. To use long file names for the path, use the ExtractFilesEx method.
C++
See ExtractFiles function.
Requirements
Version | Mergemod.dll 1.0 or later |
---|---|
Header | Mergemod.h |
DLL | Mergemod.dll |
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.