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

Method getFullPathWithoutRoot

Engine/source/core/util/path.cpp:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297String Path::getFullPathWithoutRoot() const
298{
299 return Torque::Path::Join(getPath(), '/', getFullFileName());
300}
301
302String Path::getRootAndPath() const
303{

Callers 5

cleanTextureNameMethod · 0.80
_dumpDirectoriesMethod · 0.80
resolveMethod · 0.80
resolveLooseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected