Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
297
String Path::getFullPathWithoutRoot() const
298
{
299
return Torque::Path::Join(getPath(),
'/'
, getFullFileName());
300
}
301
302
String Path::getRootAndPath() const
303
{
Callers
5
cleanTextureName
Method · 0.80
_getFileSystemFromList
Method · 0.80
_dumpDirectories
Method · 0.80
resolve
Method · 0.80
resolveLoose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected