ConfigFactory.loadFile

Loads a configuration from the specified path from disk.

class ConfigFactory
loadFile
(
string path
)

Parameters

path string

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

Return Value

The parsed configuration.

Meta