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

Method getCurrentWorkingDirectory

src/efsw/FileSystem.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145std::string FileSystem::getCurrentWorkingDirectory() {
146 return Platform::FileSystem::getCurrentWorkingDirectory();
147}
148
149std::string FileSystem::getRealPath( const std::string& path ) {
150 std::string realPath;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected