VariantConfig.loadFile

Loads a config fileName(app.config by default) to be processed.

struct VariantConfig
@safe
bool
loadFile
(
string fileName
)

Parameters

fileName string

The name of the file to be processed/loaded.

Return Value

Type: bool

Returns true on a successful load false otherwise.

Meta