PropertiesFile.load(fileName)

Load the current PropertiesFile object with key-value pairs from the specified file Before you access any key-value pair, you need to load the properties file For example, load propFile using fileName = "/tmp/ProperFile.txt"

Arguments:

Name Type Description Mode
fileName String the name of the properties file to load in