USoftLogDir

Previous Next

The USoftLogDir Rules Engine property returns the \USoft_logs subdirectory of the USoft Log Folder selected during Setup of the local USoft installation that the Rules Engine uses. An example return value is:

C:\Users\MYOSUSERNAME\AppData\Local\Temp\USoft_logs\

Getting this property

You can get the current value of this property by executing:

SELECT RulesEngine.GetProperty( 'USoftLogDir' )

This entire statement is case-insensitive, including the property name.

 

See also

Rules Engine properties

RulesEngine.GetProperty