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

Function makeFullPath

Tools/dae2dts/source/main.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68Torque::Path makeFullPath( const char* path )
69{
70 char tempBuf[1024];
71 Platform::makeFullPathName( path, tempBuf, sizeof(tempBuf), Platform::getCurrentDirectory() );
72 return Torque::Path( String( tempBuf ) );
73}
74
75S32 TorqueMain( S32 argc, const char **argv )
76{

Callers 1

TorqueMainFunction · 0.85

Calls 2

PathClass · 0.50
StringClass · 0.50

Tested by

no test coverage detected