SetPropertyString()

edit

Sets the value of a property entry in a properties file.

Introduced: 7.0.0.108

SetPropertyString( filePath=string, key=string, value=string, encoding=string );

Returns: String

Argument Description Default
filePath
string, required
edit

Path of the properties initialization file

key
string, required
edit

Name of the key to set

value
string, required
edit

Value to which to set the property

encoding
string, optional
edit

Encoding for the properties file, default UTF-8

UTF-8

Examples

There are currently no examples for this function 40,237ms WARN No examples for function setPropertyString

See also