| 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 | { |