parseConfigFile

Helper function to parse a config.ini file

More...
parseConfigFile
(
Config
)
(
string path
)

Parameters

path string

The path to the config.ini file

Return Value

Type: ConfigParser!Config

The config parser

Detailed Description

Template params

Config = The type of the config struct

Throws

ConfigException on parse error

Meta