Function ConfigFactory.loadFile

Loads a configuration from the specified path from disk.

ConfigDictionary loadFile (
  string path
);

Parameters

NameDescription
path Path to file. OS dependent, but UNIX paths are generally working.

Returns

The parsed configuration.