PropertiesFile.store(file)

Store the current list of properties in a file. After setting all the key-value pairs, you have to "store" them in the File. If the key already exists, then the value is updated. If it does not exist then it is appended. Example: //update the propertyFile with the new values. store propFile using file = "C:\\tmp\\ProperFile.txt"

Arguments:

Name Type Description Mode
file String the file in which you store the properties in