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

Method IsFolder

MonaBase/sources/FileSystem.cpp:585–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585bool FileSystem::IsFolder(const string& path) {
586 return path.empty() || path.back()=='/' || path.back()=='\\';
587}
588
589bool FileSystem::IsFolder(const char* path) {
590 size_t size(strlen(path));

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected