PropertyFile
Method Signature
PropertyFile(path=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
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.
PropertyFile(path=[string])path
string
false
The path to the property file to load or the path where the property file will be stored at
Last updated
Was this helpful?
Was this helpful?
