parseImportPathsFromConfig

Parses a dmd.conf or ldc2.conf config file and returns defined import paths.

parseImportPathsFromConfig
(
const(char)[] iniFile
,
const(char)[] execDir
)

Parameters

iniFile const(char)[]

iniFile to parse imports from

execDir const(char)[]

directory of the compiler binary

Return Value

Type: auto

forward range of import paths found in iniFile

Suggestion Box / Bug Report