3 references to NormalizePath
mscorlib (3)
system\io\filestream.cs (1)
715
string filePath = Path.
NormalizePath
(path, true, maxPath);
system\io\longpath.cs (1)
53
return Path.
NormalizePath
(path, fullCheck, Path.MaxLongPath);
system\io\path.cs (1)
376
return
NormalizePath
(path, fullCheck, AppContextSwitches.BlockLongPaths ? PathInternal.MaxShortPath : PathInternal.MaxLongPath);