MCPcopy Create free account
hub / github.com/ZDoom/Raze / ScanDirectory

Function ScanDirectory

source/common/filesystem/source/fs_findfile.cpp:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393
394
395bool ScanDirectory(std::vector<FileListEntry>& list, const char* dirpath, const char* match, bool nosubdir, bool readhidden)
396{
397 return DoScanDirectory(list, dirpath, match, "", nosubdir, readhidden);
398}
399
400//==========================================================================
401//

Callers 8

CollectSubdirectoriesFunction · 0.85
ReadSaveStringsMethod · 0.85
UNSAFE_CCMDFunction · 0.85
D_AddWildFileFunction · 0.85
D_AddDirectoryFunction · 0.85
CollectSoundfontsMethod · 0.85
AddDirectoryMethod · 0.85

Calls 1

DoScanDirectoryFunction · 0.85

Tested by

no test coverage detected