findDMDConfig

Searches for a dmd.conf.

string
findDMDConfig
(
const(char)[] dmdFilePath
)

Parameters

dmdFilePath const(char)[]

path to the current DMD executable

Return Value

Type: string

full path to the found dmd.conf, null otherwise.

Suggestion Box / Bug Report