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

Method isRelative

Engine/source/core/util/path.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363bool Path::isRelative() const
364{
365 return (mPath.isEmpty() || mPath.c_str()[0] != '/');
366}
367
368bool Path::isAbsolute() const
369{

Callers 3

buildFileListFunction · 0.80
_normalizeMethod · 0.80
getTrueFilenameMethod · 0.80

Calls 2

isEmptyMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected