CimProject.SiteRoot (method)

Returns the site root path for the project.
Syntax: String = object.SiteRoot ( )
Description: The CimProject.SiteRoot method returns a string containing the directory of the project (e.g. c:\cimplicity\hmi\projects\cimpdemo\) Note: When attaching to a remote system via DCOM, this SiteRoot is the path on the remote server, not the path with respect to your computer.

Example

a$ = project.SiteRoot
a$ = a$ + "screens\airhouse.cim"
id% = shell(a$)