Config.setString

Sets the given configuration entry to contain a string.

class Config
static
void
setString
(
string path
,
string newValue
)

Parameters

path string

path to the configuration entry.

newValue string

new value.

Meta