Searched refs:lastdir (Results 1 – 1 of 1) sorted by relevance
124 int lastdir = 0; in MakeRelativePath() local161 lastdir = index; in MakeRelativePath()181 if (lastdir == index - 1) in MakeRelativePath()190 lastdir = index; in MakeRelativePath()207 if (filepath[lastdir] == '\\') in MakeRelativePath()209 lastdir++; in MakeRelativePath()211 temp += filepath.Right(filepath.GetLength() - lastdir); in MakeRelativePath()