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

Method Exists

MonaBase/sources/FileSystem.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201bool FileSystem::Exists(const char* path, size_t size) {
202 Status status;
203 return Stat(path, size, status)>0;
204}
205
206
207bool FileSystem::CreateDirectory(Exception& ex, const char* path, size_t size, Mode mode) {

Callers

nothing calls this directly

Calls 1

StatFunction · 0.85

Tested by

no test coverage detected