Description

Returns the path to the "My Documents" directory.

Syntax

result = RTI_OS_Directory( "GetMyDocuments" )

Parameters

<empty>Returns the path to the "My Documents" directory.

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( "GetMyDocuments" )

 

 

  • No labels