findImportPaths

Finds a dmd.conf and parses it for import paths. This depends on the $DMD environment variable. If $DMD is set to ldmd, it will try to detect and parse a ldc2.conf instead.

findImportPaths
(
string configFilename = null
)

Parameters

configFilename string

the path to the config file. If this is null or empty, it will automatically try to find the config file.

Return Value

Type: auto

A forward range of normalized import paths.

See Also

Meta