ddmd.dinifile

Undocumented in source.

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).

putenv
int putenv(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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