MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / FindByPattern

Function FindByPattern

Engine/source/core/volume.cpp:1068–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068S32 FindByPattern( const Path &inBasePath, const String &inFilePattern, bool inRecursive, Vector<String> &outList, bool multiMatch )
1069{
1070 return sgMountSystem.findByPattern(inBasePath, inFilePattern, inRecursive, outList, false, multiMatch);
1071}
1072
1073bool IsFile(const Path &path)
1074{

Callers 4

buildFileListFunction · 0.85
checkAndMountSketchupMethod · 0.85
processCacheMethod · 0.85
MountZipsFunction · 0.85

Calls 1

findByPatternMethod · 0.45

Tested by

no test coverage detected