How is it possible for file paths exceeding 256 characters to be created in the first place if 256 characters is the maximum length Windows can recognize?
We are running SBS 2003 and I am currently dealing with problems caused by users creating subfolders on network shares with very long descriptive names. As these names get longer over time and subsfolders are created inside them, we eventually end up with folders at the bottom of the folder hierarchy with paths exceeding the 256 character limit (some paths are now over 320 characters in total).
My question: if a file path exceeding 256 characters is too long, then how is it possible for users to create these excessively long paths in the first place without getting an error from Windows?
(Workstation OS version = Windows 7; server OS = SBS 2003)
Hopefully, once I understand how this is possible, I will be able to deal with the problem of these long paths being created more effectively in future.
c:\xxxxxxxxx...that's 250 characters long and then mount mycdrive as\\VeryLongShareNameHere. Or I can mountc:\foobarbaz\barbaz\bazqux\quuxas sharefooand then create long filenames asfoo\\<stuff>. – David Schwartz May 21 '14 at 20:00