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