4 references to MaxLongPath
mscorlib (4)
system\io\longpath.cs (4)
53
return Path.NormalizePath(path, fullCheck, Path.
MaxLongPath
);
562
if (name.Length >= Path.
MaxLongPath
)
631
if (sourcePath.Length >= Path.
MaxLongPath
)
637
if (destPath.Length >= Path.
MaxLongPath
)