parseConfFile

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

void
parseConfFile
(,
const(char)* filename
,
const(char)* path
,
size_t length
,
ubyte* buffer
,)

Parameters

environment StringTable*

our own cache of the program environment

filename const(char)*

name of the file being parsed

path const(char)*

what @P will expand to bufferlen = contents of configuration file sections[] = section names

Meta