Description
Returns the path to the Windows temp directory.
Syntax
tempPath = RTI_OS_Directory( "GetWindowsTempPath" )
Parameters
<empty> | This method does not accept parameters. |
Return Value
The full path to the directory where the Windows TEMP folder is located.
Example 1
declare function RTI_OS_Directory $Insert Logical // returns the path to the directory where the Windows Temp folder is located result = RTI_OS_Directory( "GetWindowsTempPath" )