2 references to MaxShortDirectoryPath
mscorlib (2)
system\io\path.cs (1)
100
internal const int MAX_DIRECTORY_PATH = PathInternal.
MaxShortDirectoryPath
; // cannot create directories greater than 248 characters
system\io\pathinternal.cs (1)
149
return (fullPath.Length >=
MaxShortDirectoryPath
);