ddmd.dinifile

Members

Functions

findConfFile
const(char)* findConfFile(const(char)* argv0, const(char)* inifile)

Find the config file

parseConfFile
void parseConfFile(StringTable* environment, const(char)* filename, const(char)* path, size_t length, ubyte* buffer, Strings* sections)

Read and analyze .ini file. Write the entries into environment as well as any entries in one of the specified section(s).

readFromEnv
const(char)* readFromEnv(StringTable* environment, const(char)* name)

Read from environment, looking for cached value first.

updateRealEnvironment
void updateRealEnvironment(StringTable* environment)

Update real enviroment with our copy.

Meta