[#wallet-SQLiteDataFile] = xref:wallet.adoc[wallet]::SQLiteDataFile :relfileprefix: ../ :mrdocs: Returns the path to the SQLite 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] SQLiteDataFile(xref:fs/path.adoc[fs::path] const& path); ---- == Return Value The SQLite data file path. == Parameters [cols="1,4"] |=== | Name| Description | *path* | The wallet path. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#