TM1 Function for TI, GetProcessErrorFileName
Returns the name of the error log file associated with the process.
What is the GetProcessErrorFileName function?
GetProcessErrorFileName returns the name of the error log file associated with the process. If the process has not yet generated an error log file, the function returns an empty (null) string.
Where can the GetProcessErrorFileName function be used?
TurboIntegrator
What is the syntax for GetProcessErrorFileName?
GetProcessErrorFileName;
A demonstration on how to use GetProcessErrorFileName
Use GetProcessErrorFileDirectory to get the error log file name.