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