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