Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ExtractFilesEx method of the Merge object extracts the embedded .cab file from a module and then writes those files to the destination directory.
Syntax
Merge.ExtractFilesEx(
Path,
fLongFileNames,
pFilePaths
)
Parameters
-
Path
-
The fully qualified destination directory.
-
fLongFileNames
-
Set to specify using long file names for path segments and final file names.
-
pFilePaths
-
This is a list of fully qualified paths for the files that were successfully extracted.
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.
C++
See ExtractFilesEx function.
Requirements
Requirement | Value |
---|---|
Version |
Mergemod.dll 2.0 or later |
Header |
|
DLL |
|