Function TRAP::FileSystem::IsEmpty#

Function Documentation#

bool TRAP::FileSystem::IsEmpty(const std::filesystem::path &p)#

Get whether the path p leads to an empty file or folder.

Parameters:

p – Path to check.

Returns:

True if path leads to an empty file or folder, false otherwise.