StartFileEcho Method

Enables the file echo feature.

C#

private void StartFileEcho(string filePath, bool clearFile);

Parameters

Parameter Description
string filePath A string containing the file path of the file that will receive the echoed commands.
bool clearFile A Boolean "true" value indicates that the file should be deleted if it already exists. A "false" value indicates that the file should be appended to the existing file.

Remarks

When this feature is active, all data that is sent to the internal print buffer will also be sent to the specified file for debugging purposes.