|
|
|
|
|
by eckyptang
5048 days ago
|
|
As a frequent user of the .Net stack, this sort of thing is common and very annoying indeed. I'd guess that it's probably using a temp path which is close to the length of the path limit on Windows and is either not handling it or truncating it. Either that or it's just shoddy code. |
|
There isn't a modern reason for the limit either. NTFS supports longer path names, as does FAT if I remember correctly. Rather irritating.