NuDB Logo

PrevUpHomeNext

basic_store::key_path

Return the path to the key file.

path_type const&
key_path() const;
Requirements

The database must be open.

Thread safety

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

Return Value

The key file path.


PrevUpHomeNext