Function TRAP::FileSystem::IsRelative#

Function Documentation#

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

Get whether the path is relative or absolute.

Parameters:

p – Path to check.

Returns:

True if path is relative, false otherwise.