wallet::IsSQLiteFile

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

NameDescription
pathThe file path to check.