Has Windows 7 Fixed the 255 Character File Path Limit?
Posted
by The Matt
on Stack Overflow
See other posts from Stack Overflow
or by The Matt
Published on 2009-06-30T20:52:00Z
Indexed on
2010/05/03
20:48 UTC
Read the original article
Hit count: 243
As I understand it, the limitation of 255 characters in a file path is a Windows limitation. What is the reasoning for this? If so, has this been resolved in Windows 7?
In our continuous integration practices, we often have deeply nested project structures and it would be extremely useful to be able to go beyond 255 characters. Right now we are somewhat forced to structure our projects in such a way as to not hit this artificial ceiling.
© Stack Overflow or respective owner