[#wallet-BDBDataFile] = xref:wallet.adoc[wallet]::BDBDataFile :relfileprefix: ../ :mrdocs: Returns the path to the Berkeley DB data file for a wallet path. == Synopsis Declared in `<wallet/db.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:fs/path.adoc[fs::path] BDBDataFile(xref:fs/path.adoc[fs::path] const& path); ---- == Return Value The Berkeley DB data file path. == Parameters [cols="1,4"] |=== | Name| Description | *path* | The wallet path. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#