Examples: ScriptLog_Start()


The following example writes a script log named ExplorerScripts.log in the root folder.

local boolean result;

result = ScriptLog_Start("c:\ExporerScripts.log");
if result = false then
	error "Script log could not be written.";
end if;


Documentation Feedback