Reference this class in scripts through the oUtility object. To determine the name of the current script, use the command:
oUtility.ScriptName
To find the location of a file, use the command:
iRetVal = oUtility.FindFile("CustomSettings.ini", sIniFile)
Related Topics