4 references to RemoveLongPathPrefix
mscorlib (4)
system\io\longpath.cs (3)
95String tempPath = Path.RemoveLongPathPrefix(path); 171return Path.RemoveLongPathPrefix(path); 959fullPath = Path.RemoveLongPathPrefix(fullPath);
system\io\path.cs (1)
187string tempPath = RemoveLongPathPrefix(path);