NuDB Logo

PrevUpHomeNext

basic_store::key_path

Return the path to the key file.

Synopsis
path_type const&
key_path() const;
Description
Requirements

The database must be open.

Thread safety

Safe to call concurrently with any function except basic_store::open or basic_store::close.

Return Value

The key file path.


PrevUpHomeNext