Description
Returns the path to where OpenInsight is installed.
Syntax
result = RTI_OS_Directory( "GetOIDirectory" )
Parameters
<empty> | This method does not accept parameters. |
Return Value
The full path to the directory where OpenInsight is installed.
Example 1
declare function RTI_OS_Directory $Insert Logical // returns the path to the directory where OpenInsight is installed result = RTI_OS_Directory( "GetOIDirectory" )