We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c057f1 commit 1704cf0Copy full SHA for 1704cf0
Solutions/Corvus.Json.CodeGeneration/Corvus.Json.CodeGeneration/Internal/PathTruncator.cs
@@ -19,7 +19,7 @@ public static class PathTruncator
19
/// <param name="maxLength">The maximum length of the path.</param>
20
/// <returns>The truncated path.</returns>
21
/// <exception cref="ArgumentException">The directory path is too long to truncation the file name.</exception>
22
- public static string TruncatePath(string path, int maxLength = 260)
+ public static string TruncatePath(string path, int maxLength = 259)
23
{
24
if (string.IsNullOrEmpty(path))
25
0 commit comments