11.41 RunACIpsScript::PatchBinaryFile
LONG RunACIpsScript::PatchBinaryFile(SCString scsDir, SCString scsFile, CHAR * pchDefault, SCString scsPH, SCString scsSubst)
Patches a binarayfile The pattern looks like %xyz....%nnn% or %xyz....%% %nnn% means the length to be replace by data %% means only the pattern itself and it's tags are replaced
Defined in: InfraSetup.cpp
|
Parameters
|
scsDir
Input directory of file
scsFile
Input filename
pchDefault
Input start and endtag of pattern
scsPH
Input pattern to be replaced by data
scsSubst
Input data to replace pattern
|
