Skip to main content
Version: 11.0

OsUserTempDir

note

This article is about the OsUserTempDirRules Engine property.

OsUserTempDir

The OsUserTempDir Rules Engine property returns the filepath to the local temporary directory of the user currently logged on to the Windows operating system.

Getting this property

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

SELECT RulesEngine.GetProperty( 'OsUserTempDir' )

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