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