ScriptLog_Start()

Examples


The ScriptLog_Start() function starts logging scripts, writing the script log to the specified output file.

Syntax

ScriptLog_Start(path)

Parameters

path A string specifying the path and filename for the script log being written. The path must be in native format.

Return value

A boolean. The value true indicates the script log could be written, while the value false indicates it could not.


Documentation Feedback