Class properties_file

This class will load the information from the specified property or INI file into memory and allow access the the entries by name. The logic will only process the lines that are in the format 'NAME=VALUE'; all other lines will be ignored.

ParameterDescription
aFile$ The name of the INI or Properties file to be loaded into memory

Build Information

Author fmcguirk
Date 2009.09.30 40 at 03:22:36 PM EDT

Properties

No Properties

Methods

FUNCTION read_property$(aName$)

Get the value of a property

ParameterDescription
aName$ The name of the property to retrieve
Returns A string containing the value of the property