MCPcopy Create free account
hub / github.com/SpartanJ/efsw / getOSSlash

Method getOSSlash

src/efsw/FileSystem.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34char FileSystem::getOSSlash() {
35 return Platform::FileSystem::getOSSlash();
36}
37
38bool FileSystem::slashAtEnd( std::string& dir ) {
39 return ( dir.size() && dir[dir.size() - 1] == getOSSlash() );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected