Function rcpputils::fs::remove

Function Documentation

bool rcpputils::fs::remove(const path &p)

Remove the file or directory at the path p.

Parameters:

p[in] The path of the object to remove.

Returns:

true if the file exists and it was successfully removed, false otherwise.