Returns whether the file at the path is a SQLite file.
Synopsis
Declared in <wallet/db.h>
bool
IsSQLiteFile(fs::path const& path);
Return Value
true if the file is a SQLite file.
Parameters
Name |
Description |
path |
The file path to check. |
Created with MrDocs