Include

path

The path is used to locate the file to include in the configuration.

The path may be:

  • local file with a path relative to the configuration file where the include definition
  • absolute operating system file path
  • File url using the file:/path or file:///path notation.
  • Http(s) Url to locate a resource remotely on the web.

Include files can be nested. When nested the relative path will be appended too the parents path.

Include paths are not template expanded. This behavior differs from most other path properties that do support expansion. However as includes are expanded prior to any processing taking place they cannot support expansion.

Feature Used
Mandatory No
Template Expanded No

url

This property is deprecated. Future versions will remove.

It behaves identically to the path property.