MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / GetSubFolder

Function GetSubFolder

src/External/CascLib/src/CascFiles.cpp:92–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static LPCTSTR GetSubFolder(CPATH_TYPE PathType)
93{
94 switch(PathType)
95 {
96 case PathTypeConfig: return _T("config");
97 case PathTypeData: return _T("data");
98 case PathTypePatch: return _T("patch");
99
100 default:
101 assert(false);
102 return _T("");
103 }
104}
105
106static bool CheckForTwoDigitFolder(LPCTSTR szPathName, void * pvContext)
107{

Callers 1

FetchCascFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected