[#wallet-GetWalletPath] = xref:wallet.adoc[wallet]::GetWalletPath :relfileprefix: ../ :mrdocs: Determine the path that the wallet is stored in == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:util/Result.adoc[util::Result<fs::path>] GetWalletPath(std::string const& name); ---- == Return Value The path to the wallet, or an error if it cannot be determined. == Parameters [cols="1,4"] |=== | Name| Description | *name* | The wallet name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#