K
KL
As pointed out in a recent blog entry at CodeHorror the 260 characters limit
for a file path still exists in Vista.
http://www.codinghorror.com/blog/archives/000729.html
This limit is not that hard to hit like some people pointed out in the
comments. It would be interesting to hear why this arbitrary short limit is
still being enforced even though the NTFS filesystem supports paths of 32000
characters. The backwards compatibility argument is not valid since that
could have easily been solved by enforcing this limit when a program runs in
any of the compatibility modes.
So, why in the year 2006/2007 is there still a 260 max character limitation
on filenames and paths ? Microsoft ? Vista team ?
KL.
for a file path still exists in Vista.
http://www.codinghorror.com/blog/archives/000729.html
This limit is not that hard to hit like some people pointed out in the
comments. It would be interesting to hear why this arbitrary short limit is
still being enforced even though the NTFS filesystem supports paths of 32000
characters. The backwards compatibility argument is not valid since that
could have easily been solved by enforcing this limit when a program runs in
any of the compatibility modes.
So, why in the year 2006/2007 is there still a 260 max character limitation
on filenames and paths ? Microsoft ? Vista team ?
KL.