NuDB Logo

PrevUpHomeNext

basic_store::dat_path

Return the path to the data file.

path_type const&
dat_path() const;
Requirements

The database must be open.

Thread safety

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

Return Value

The data file path.


PrevUpHomeNext