Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
351
UString 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
appendGameState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected