MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / getFileScanCount

Method getFileScanCount

src/common/OSFile.cpp:486–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486int OSDir::getFileScanCount() {
487 if (info) {
488 return (int)info->nameList.size();
489 }
490 else {
491 return -1;
492 }
493}
494
495bool OSDir::getNextFile(OSFile& oFile, const char* fileMask, bool bRecursive) {
496#ifdef _WIN32

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected