How to avoid System.IO.PathTooLongException?

As described in Jeremy Kuhne’s blog, .NET Framework 4.6.2 removes the MAX_PATH limitation where possible, without breaking backwards compatibility.

Leave a Comment