MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / concatPaths

Function concatPaths

plugins/plugin_utils/plugin_files.cpp:311–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311std::string concatPaths(const char* path1, const char* path2) {
312 std::string ret = getPathForOS(path1);
313 ret += getPathForOS(path2);
314
315 return ret;
316}
317
318std::string getFileDir(const char* file) {
319 std::string f = convertPathToDelims(file);

Callers

nothing calls this directly

Calls 1

getPathForOSFunction · 0.70

Tested by

no test coverage detected