![]() |
|
|
#1 |
|
Guest
Posts: n/a
|
File name you specified not valid or too long
Good morning,
I am facing a problem with my nlaptop at work. I am trying to delete a folder but I would get always the same message: File name you specified is not valid or too long. By either right click and delete or delete from keyboard same problem. Also I can't copy it. The file name is much less that 250 character as specified for the maximum charactere number in windows XP. I do not understand. I am running with OEM windows XP and lastely I instaled office 2007. This folder just cause me trouble. Would you have got any idea? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: File name you specified not valid or too long
Hello,
This KB article may help (see Cause 4) http://support.microsoft.com/kb/320081 -- Singapore Web Design http://www.bootstrike.com/Webdesign/ Singapore Web Hosting http://www.bootstrike.com/WinXP/faq.html Windows XP FAQ "Jean-Sebastien" <JeanSebastien@discussions.microsoft.com> wrote in message news:54361F10-489B-46EE-9715-B2BAD45BBFAE@microsoft.com... > Good morning, > > I am facing a problem with my nlaptop at work. I am trying to delete a > folder but I would get always the same message: File name you specified is > not valid or too long. By either right click and delete or delete from > keyboard same problem. Also I can't copy it. > The file name is much less that 250 character as specified for the maximum > charactere number in windows XP. I do not understand. I am running with > OEM > windows XP and lastely I instaled office 2007. This folder just cause me > trouble. > Would you have got any idea? |
|
|
|
#3 |
|
Newbie
Join Date: Apr 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
![]() |
Re: File name you specified not valid or too long
The maximum file path for XP is 231 characters and any file with file path longer than that will cause many problems.
I had problem copy these files until I found CanCopy utility. It copies those files without any problem. http://cancopy.net/ |
|
|
|
|
|
#4 |
|
Guest
Posts: n/a
|
Re: File name you specified not valid or too long
The maximum file path for XP is 231 characters and any file with file path longer than that will cause many problems. I had problem copy these files until I found CanCopy utility. It copies those files without any problem. These threads might help you in some or other way, 'Need help deleting files' (http://forums.techarena.in/showthread.php?t=976401) 'Deleting files' (http://forums.techarena.in/showthread.php?t=974726) 'Deleting does not send items to Recycle Bin' (http://forums.techarena.in/showthread.php?t=976533) -- kiLler ------------------------------------------------------------------------ kiLler's Profile: http://forums.techarena.in/member.php?userid=312 View this thread: http://forums.techarena.in/showthread.php?t=811815 http://forums.techarena.in |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Re: File name you specified not valid or too long
Actually, counting the drive letter, colon and null terminating
character the Windows API MAX_PATH is 260 characters: "C:\<256 characters><NUL>" And even that is not completely true... Using special techniques or functions the API can handle extended-length paths of about 32,000 characters, these long paths are prefixed with "\\?\" and are separated by backslashes at every 255 characters (or less). However, for the purpose of common Windows tools and commands the MAX_PATH is limited to 256 characters. Naming a File http://msdn.microsoft.com/en-us/libr...47(VS.85).aspx John kiLler wrote: > The maximum file path for XP is 231 characters and any file with file > path longer than that will cause many problems. > > I had problem copy these files until I found CanCopy utility. > It copies those files without any problem. > > These threads might help you in some or other way, > 'Need help deleting files' > (http://forums.techarena.in/showthread.php?t=976401) > 'Deleting files' (http://forums.techarena.in/showthread.php?t=974726) > 'Deleting does not send items to Recycle Bin' > (http://forums.techarena.in/showthread.php?t=976533) > > |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The file name or extension is too long. Can't copy | Johan | Windows Server 2003 | 4 | 28-08-2007 11:07 AM |
| The file name or extension is too long. Can't copy | Johan | Windows Server 2003 | 2 | 28-08-2007 11:06 AM |
| Why Can't I Save Long File Names? | John Schutkeker | Windows XP | 4 | 18-08-2007 12:01 PM |
| File name too long for deletion | Shalalith | Windows Vista All | 5 | 17-08-2007 04:10 PM |
| cannot open 'long file name | johnn | Windows XP | 5 | 16-08-2007 11:50 AM |