| 393 | |
| 394 | |
| 395 | bool 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 | // |
no test coverage detected