MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / appendPath

Function appendPath

TheForceEngine/TFE_FileSystem/paths-posix.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 void appendPath(TFE_PathType pathType, const char *filename, char *path, size_t bufferLen/* = TFE_MAX_PATH*/)
183 {
184 snprintf(path, bufferLen, "%s%s", getPath(pathType), filename);
185 }
186
187 void fixupPathAsDirectory(char *fullPath)
188 {

Callers

nothing calls this directly

Calls 1

getPathFunction · 0.70

Tested by

no test coverage detected