MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / resolvePath

Method resolvePath

framework/physfs_fs.cpp:351–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351UString FileSystem::resolvePath(const UString &path) const
352{
353 UString realDir = PHYSFS_getRealDir(path.c_str());
354 return realDir + "/" + path;
355}
356
357} // namespace OpenApoc

Callers 1

appendGameStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected