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

Method dumpPath

Engine/source/platformWin32/winFileio.cpp:795–798  ·  view source on GitHub ↗

--------------------------------------

Source from the content-addressed store, hash-verified

793
794//--------------------------------------
795bool Platform::dumpPath(const char *path, Vector<Platform::FileInfo> &fileVector, S32 recurseDepth)
796{
797 return recurseDumpPath(path, "*", fileVector, recurseDepth );
798}
799
800
801//--------------------------------------

Callers

nothing calls this directly

Calls 1

recurseDumpPathFunction · 0.85

Tested by

no test coverage detected