Function TRAP::FileSystem::IsFolder#
Function Documentation#
-
bool TRAP::FileSystem::IsFolder(const std::filesystem::path &p)#
Get whether the path p leads to a folder or not.
- Parameters:
p – Path to check.
- Returns:
True if path leads to folder, false otherwise.