PropertiesFile.put(key,value)

Set a value for the specified key Example: //put a 'value' to a propertyFile put propFile using key = String(n), value = String(n+1)

Arguments:

Name Type Description Mode
key String the name of the property in
value String the value to assign to the property in