Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ appendPath
Method
appendPath
Engine/source/core/util/path.cpp:264–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
bool Path::appendPath( const Path &p )
265
{
266
mPath = CompressPath(Join(mPath,
'/'
,p.getPath()));
267
mIsDirtyPath = true;
268
return true;
269
}
270
271
const String &Path::getFullFileName() const
272
{
Callers
5
resolveImagePath
Method · 0.80
dump
Method · 0.80
dumpFiles
Method · 0.80
dumpDirectories
Method · 0.80
createPath
Method · 0.80
Calls
1
getPath
Method · 0.45
Tested by
no test coverage detected