Write settings file.
Declared in <common/settings.h>
bool
WriteSettings(
fs::path const& path,
std::map<std::string, SettingsValue> const& values,
std::vector<std::string>& errors);
true if the file was written successfully.
| Name | Description |
|---|---|
| path | Path to the settings file. |
| values | The settings to write. |
| errors | Populated with any write errors encountered. |