Basic.HomeDir$ (property)

Syntax

Basic.HomeDir$

Description

Returns the path to the basic script runtime engine components, e.g. c:\Program Files\GE Fanuc\Proficy CIMPLICITY\exe.

Comments

This method is used to find the Proficy HMI/SCADA CIMPLICITY exe directory.

Example

This example assigns the home directory to HD and displays it.

Sub Main()

  hd$ = Basic.HomeDir$
  MsgBox "The Basic Control Engine home directory is: " & hd$
End Sub

See Also

System.WindowsDirectory$ (property).

More information

B