Description
Returns the path to the Windows Desktop.
Syntax
tempPath = RTI_OS_Directory( "GetDesktopDirectory" )
Parameters
<empty> | This method does not accept parameters. |
Return Value
The full path to the directory where the Desktop 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( "GetDesktopDirectory" )