[#ArgsManager-SetConfigFilePath] = xref:ArgsManager.adoc[ArgsManager]::SetConfigFilePath :relfileprefix: ../ :mrdocs: Set the path used for the configuration file. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e381ac218)]] void SetConfigFilePath(xref:fs/path.adoc[fs::path] filepath); ---- == Parameters [cols="1,4"] |=== | Name| Description | *filepath* | The configuration file path to use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#