3 references to MaxPath
Microsoft.Build.Framework (3)
FileUtilities.cs (2)
234
=> path.Length >= NativeMethods.
MaxPath
; // >= not > because MAX_PATH assumes a trailing null
1455
int maxPath = NativeMethods.
MaxPath
;
NativeMethods.cs (1)
257
internal static bool HasMaxPath =>
MaxPath
== MAX_PATH;