MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / isAbsolute

Method isAbsolute

Engine/source/core/util/path.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368bool Path::isAbsolute() const
369{
370 return (!mPath.isEmpty() && mPath.c_str()[0] == '/');
371}
372
373U32 Path::getDirectoryCount() const
374{

Callers 1

createPathMethod · 0.80

Calls 2

isEmptyMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected