properties
properties copied to clipboard
saveSections = false still creates the sections in the property file
Using saveSections = false has no difference in the behavior, the sections are created anyway after saving the properties file.
add the encoding,like: let properties = propertiesReader(filePath, "utf-8", {writer: { saveSections : false }});