This functionality described here is only available at certain configuration levels. Info / Copyright

Determining the path to the global resources

The path to the global resources is specified in the initialization file (*.ini) (see de.eplan.eec.global.resourcePath).

The path to the global resources can be queried in scripts with two methods.

  1. In a local EEC environment the method System.getProperty("en.eplan.eec.global.resourcePath") is used.
  2. In a Job Server environment, the IUtilAPI.DEFAULT.getGlobalResourcePath() method is applied.