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$ |
See Also |
System.WindowsDirectory$ (property). |
B |