Function TRAP::FileSystem::Delete#
Function Documentation#
-
bool TRAP::FileSystem::Delete(const std::filesystem::path &path)#
Delete the given file or folder.
Note
Folder deletion is recursive.
- Parameters:
path – File or folder to delete.
- Returns:
True on successfull deletion, false otherwise.