Function ConfigDictionary.set

Assign a value at the given path.

void set (
  string configPath,
  string value
);

Parameters

NameDescription
configPath Path where to assign the value to. If the path does not exist, it will be created.
value Value to set at path.