MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / ListFiles

Method ListFiles

MonaBase/include/Mona/FileSystem.h:67–67  ·  view source on GitHub ↗

Iterate over files under directory path

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected