File Pathname character limitations in Windows
If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!
This is because of the limit on the number of characters on a File Path and the Filename togethor. So, the bad news is there is no direct fix for this.
The workaround to this to organise the File and Directory structure so you end up with this error as it can be irritating which file was the culprit right in the middle of a large file transfer.
If you are copying from Network shares, you can assign drive letters to the network path and initiate file copies. This should help.
The following is the File Path + Name limit in various Windows operating system versions:
Windows Vista / Windows 7 /Windows Server 2008
Path limit is 248 characters.
Path+Filename limit is 260 characters
Windows xp /2003
Path+Filename limit is 255 characters
Windows 2000
Path+Filename limit is 254 Characters
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.
Trackbacks & Pingbacks
Comments
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>






SUBST still works!
Subst is a native Windows utility that you can use to assign a temporary drive letter to any part of a folder structure. See http://technet.microsoft.com/en-us/library/bb491006.aspx
Works with all Windows versions.
I use this utility to bypass the path limit.