[#ArgsManager-GetSettingsPath] = xref:ArgsManager.adoc[ArgsManager]::GetSettingsPath :relfileprefix: ../ :mrdocs: Get settings file path, or return false if read‐write settings were disabled with ‐nosettings. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e381aeda8)]] bool GetSettingsPath( xref:fs/path.adoc[fs::path]* filepath = nullptr, bool temp = false, bool backup = false) const; ---- == Return Value true if read‐write settings are enabled. == Parameters [cols="1,4"] |=== | Name| Description | *filepath* | If non‐null, set to the resolved settings file path. | *temp* | Resolve the path of the temporary settings file. | *backup* | Resolve the path of the backup settings file. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#