IniSection.parse

Parses filename

struct IniSection
void
parse
(
string filename
,
bool doLookups = true
)

Parameters

filename
Type: string

Configuration filename

doLookups
Type: bool

Should variable lookups be resolved after parsing?

Meta