Config.loadConfigFile

Load specified config file and add loaded data to the configuration.

struct Config
void
loadConfigFile
(
string fileName
,
bool requestedByUser = false
)

Parameters

fileName string

Name of the config file.

requestedByUser bool

If true, this is not the default config file and has been explicitly requested by the user, i.e. we have to inform the user if the file was not found.

Meta