Interface ConfigFile
access this type via: util.ConfigFile (provides, requires or uses)
Reads values from a text file in property:value format. Each property must be on a separate line in the file.
Functions
ConfigFile(char configFile[])
char[] getValue(char property[])
ConfigFile(char configFile[])
Create a config file instance pointing to the given config file.
char[] getValue(char property[])
Read the value of the given property from the config file.