Metall  v0.28
A persistent memory allocator for data-centric analytics
metall::utility::filesystem Namespace Reference

Functions

bool remove (std::string_view path)
 Remove a file or directory. More...
 

Function Documentation

◆ remove()

bool metall::utility::filesystem::remove ( std::string_view  path)
inline

Remove a file or directory.

Returns
Upon successful completion, returns true; otherwise, false is returned. If the file or directory does not exist, true is returned.