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