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
,
Strings* sections
)

Parameters

environment

our own cache of the program environment

filename
Type: const(char)*

name of the file being parsed

path
Type: const(char)*

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

Meta