PropertyFile
Get a fluent PropertyFile object that can be used to read or write properties to a loaded property file or a new one.
If the path is not specified, it will return a blank property file object you can use to write properties to a new file.
Method Signature
PropertyFile(path=[string])
Arguments
Argument
Type
Required
Description
Default
path
string
false
The path to the property file to load or the path where the property file will be stored at
Examples
Related
Last updated
Was this helpful?