OutputFile Property
The path to a local file where the output will be written. If the file exists, it is overwritten.
Syntax
char* GetOutputFile();
int SetOutputFile(char* lpszOutputFile);
Default Value
""
Remarks
If specified, the output of the class will be written to the OutputFile.
If not specified the output will be buffered in memory and can be retrieved using OutputData.
Data Type
String