Metall v0.30
A persistent memory allocator for data-centric analytics
 
Loading...
Searching...
No Matches
metall::utility::filesystem Namespace Reference

Functions

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

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.