Merge.ExtractFiles method
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
Merge.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
Requirement | Value |
---|---|
Version |
Mergemod.dll 1.0 or later |
Header |
|
DLL |
|