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