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

Method IsAbsolute

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

Source from the content-addressed store, hash-verified

71 static bool Exists(const std::string& path) { return Exists(path.data(), path.size()); }
72 static bool Exists(const char* path) { return Exists(path, strlen(path)); }
73 static bool IsAbsolute(const std::string& path) { return IsAbsolute(path.c_str()); }
74 static bool IsAbsolute(const char* path);
75 static bool IsFolder(const std::string& path);
76 static bool IsFolder(const char* path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected