2 references to NormalizePath
mscorlib (2)
system\io\path.cs (2)
384
return
NormalizePath
(path, fullCheck, MaxPath, expandShortPaths: expandShortPaths);
391
return
NormalizePath
(path, fullCheck, maxPathLength, expandShortPaths: true);