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