Searched refs:pathChars (Results 1 – 1 of 1) sorted by relevance
23 TCHAR pathChars[MAX_PATH]; in ReportFilename() local24 DWORD pathLen = GetCurrentDirectory(MAX_PATH, pathChars); in ReportFilename()26 fullName += pathChars[index] == (char)pathChars[index] ? (char)pathChars[index] : '?'; in ReportFilename()