MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getRealPath

Method getRealPath

src/eepp/system/fileinfo.cpp:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255std::string FileInfo::getRealPath() const {
256 return FileSystem::getRealPath( getFilepath() );
257}
258
259bool FileInfo::exists() const {
260 if ( isDirectory() )

Callers 1

copyFileMethod · 0.45

Calls 1

getFilepathFunction · 0.85

Tested by

no test coverage detected