HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file util.ConfigFile by barry
expand copy to clipboardexpand
/*
{ "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[])
}
Revision history
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