Function PreProcessFile() Professional
Preprocess a whole file
PreProcessFile( <cInputFileName>, <cPPOName>) --> nErrNum
The return value of PreProcessFile() is a numerical value indicating the success or error of the function. If no error occured, the returned value is XPP_ERR_NONE.
The function PreProcessFile() processes the contents of the file <cInputFileName>and writes the translated output to a file named <cPPOName>. If the file <cPPOName> already exists it will be overwritten.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.