Function TRAP::FileSystem::IsAbsolute#
Function Documentation#
- 
bool TRAP::FileSystem::IsAbsolute(const std::filesystem::path &p)#
- Get whether the path is absolute or relative. - Parameters:
- p – Path to check. 
- Returns:
- True if path is absolute, false otherwise.