Iterate over files under directory path
| 65 | |
| 66 | /// Iterate over files under directory path |
| 67 | static UInt32 ListFiles(Exception& ex, const std::string& path, const ForEach& forEach, Mode mode=LOW) { return ListFiles(ex, path.c_str(), forEach, mode); } |
| 68 | static UInt32 ListFiles(Exception& ex, const char* path, const ForEach& forEach, Mode mode=LOW); |
| 69 | |
| 70 | /// In giving a path with /, it tests one folder existance, otherwise file existance |
nothing calls this directly
no outgoing calls
no test coverage detected