/*
{ "description" : "Reads values from a text file in property:value format. Each property must be on a separate line in the file."}
*/
interface ConfigFile {
/*
{ "@description" : "Create a config file instance pointing to the given config file."}
*/
ConfigFile(char configFile[])
/*
{ "@description" : "Read the value of the given property from the config file."}
*/
char[] getValue(char property[])
}To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n util.ConfigFile -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation