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

Name

Description

path

The file path to check.

Created with MrDocs