Function ConfigDictionary.getConfig

Fetch a sub-section of the config as another config.

ConfigDictionary getConfig (
  string configPath
);

Commonly used for example to fetch further configuration from arrays, e.g.: getConfig("http.servers[3]") which then returns the rest of the config at that path.

Parameters

NameDescription
configPath Path to the wanted config. See get().

Returns

A sub-section of the configuration.