wallet::IsBDBFile

Returns whether the file at the path is a Berkeley DB file.

Synopsis

Declared in <wallet/db.h>

bool
IsBDBFile(fs::path const& path);

Return Value

true if the file is a Berkeley DB file.

Parameters

NameDescription
pathThe file path to check.