NuDB Logo

PrevUpHomeNext

erase_file

Erase a file if it exists.

template<
    class File = native_file>
void
erase_file(
    path_type const& path,
    error_code& ec);

template<
    class File = native_file>
void
erase_file(
    path_type const& path);
Requirements

Header: nudb/native_file.hpp


PrevUpHomeNext