Function rcpputils::fs::remove_all
Defined in File filesystem_helper.hpp
Function Documentation
-
bool rcpputils::fs::remove_all(const path &p)
Remove the directory at the path p and its content.
Additionally to
See also
remove, remove_all removes a directory and its containing files.
- Parameters:
p – [in] The path of the directory to remove.
- Returns:
true if the directory exists and it was successfully removed, false otherwise.