Description

Returns the path to where Windows is installed.

Syntax

results = RTI_OS_Directory( "GetWindowsDirectory" )

Parameters

<empty>This method does not accept parameters.

Return Value

The full path to the directory where Windows is installed.

Example 1

declare function RTI_OS_Directory
 
// returns the path to the directory where windows is installed
result = RTI_OS_Directory( "GetWindowsDirectory")

 

 

 

 

  • No labels