Hola !
Hoy es tiempo de un post rápido. Recuerdas que Windows 10 solucionaba el problema con paths muy largos? (MAX_PATH) Pues bien, la llegada de .Net Framework 4.6.2 también nos permite solucionar este problema desde el punto de vista de .Net: System.IO. Como bien comentan en el post de novedades, las apps que usen .Net Fwk 4.6.2 podrán sacar provecho de esta nueva capacidad.
We fixed the 260 character (MAXPATH) file name length limitation in the System.IO APIs. Over 4500 of you voted for this issue on UserVoice!
This limitation doesn’t usually affect consumer applications (for example, loading files out of “My Documents”), but is more common on developer machines that build deeply nested source trees or use specialized tools that also run on Unix (where long paths are much more common).
This new capability is enabled for applications that target the .NET Framework 4.6.2 (or later).
Saludos @ Toronto
El Bruno
References