configReport()

Synopsis

The Writes a configuration report to fullpath. Returns True if successful. A configuration report includes all relevant information about the current state, including what designs and functions are currently loaded, details on the environment (operating system, memory, etc), and other details which will help diagnose problems. A configuration report is sometimes requested when reporting problems.

The target path must be writable by the user and all folders in the path must exist, or the function returns False and fails to write the report.

Syntax

configReport ( fullpath As String) As Boolean 
Argument Type Description
fullpath String The full path with file name for the report; .txt file extension is recommended, but not required.