[#wallet-InMemoryWalletDatabase-Files] = xref:wallet.adoc[wallet]::xref:wallet/InMemoryWalletDatabase.adoc[InMemoryWalletDatabase]::Files :relfileprefix: ../../ :mrdocs: Return the paths to this database's files; empty since it lives in memory. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::vector<fs::path> Files() override; ---- == Return Value An empty list, since the database has no on‐disk files. [.small]#Created with https://www.mrdocs.com[MrDocs]#