Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista File Management > Cannot delete filenames/paths too long!!

Reply
Thread Tools Display Modes

Cannot delete filenames/paths too long!!

 
 
Firecracker
Guest
Posts: n/a

 
      04-15-2009

Hi! Please can someone help me? I do not know how this happened, but I
have some folders on my pc that have repeatedly copied themselves over
and over again, nested one inside the other.. I cannot delete any of
them as I get an error that the filenames and file paths are too long..

I have tried to delete the folder from cmd using rmdir /s but I get the
same error message..

I thought to try to map the folders to a different path using SUBST,
but I can't seem to map to any folder (not just the problem ones) When I
use SUBST X with the file path, it just creates a virtual drive X but
not with any folders in it.. not sure if I am doing something wrong with
that..

I have tried renaming each folder to "1" to make the name as short as
possible.. but they are still too long.. also when I get to the last 3
or 4 the possibility to rename is not available either. These folders
are packed full of stuff and this is really slowing down the pc..

i really really need to get rid of them.. any suggestions please?

Thank you!!!


--
Firecracker
 
Reply With Quote
 
 
 
 
Guest
Posts: n/a

 
      04-15-2009
Using \\?\ to prefix filenames

\\?\c:\path\filename

bypasses filename length checks in cmd. Lengths of the total path can be
32k long.

eg:
del \\?\c:\path\path\path\path\path\path\path\path\pat h\path\filename


"Firecracker" <> wrote in message
news:...
>
> Hi! Please can someone help me? I do not know how this happened, but I
> have some folders on my pc that have repeatedly copied themselves over
> and over again, nested one inside the other.. I cannot delete any of
> them as I get an error that the filenames and file paths are too long..
>
> I have tried to delete the folder from cmd using rmdir /s but I get the
> same error message..
>
> I thought to try to map the folders to a different path using SUBST,
> but I can't seem to map to any folder (not just the problem ones) When I
> use SUBST X with the file path, it just creates a virtual drive X but
> not with any folders in it.. not sure if I am doing something wrong with
> that..
>
> I have tried renaming each folder to "1" to make the name as short as
> possible.. but they are still too long.. also when I get to the last 3
> or 4 the possibility to rename is not available either. These folders
> are packed full of stuff and this is really slowing down the pc..
>
> i really really need to get rid of them.. any suggestions please?
>
> Thank you!!!
>
>
> --
> Firecracker


 
Reply With Quote
 
Guest
Posts: n/a

 
      04-15-2009
But I'd run chkdsk. There is a type of disk error that sounds like what you
have.

"Firecracker" <> wrote in message
news:...
>
> Hi! Please can someone help me? I do not know how this happened, but I
> have some folders on my pc that have repeatedly copied themselves over
> and over again, nested one inside the other.. I cannot delete any of
> them as I get an error that the filenames and file paths are too long..
>
> I have tried to delete the folder from cmd using rmdir /s but I get the
> same error message..
>
> I thought to try to map the folders to a different path using SUBST,
> but I can't seem to map to any folder (not just the problem ones) When I
> use SUBST X with the file path, it just creates a virtual drive X but
> not with any folders in it.. not sure if I am doing something wrong with
> that..
>
> I have tried renaming each folder to "1" to make the name as short as
> possible.. but they are still too long.. also when I get to the last 3
> or 4 the possibility to rename is not available either. These folders
> are packed full of stuff and this is really slowing down the pc..
>
> i really really need to get rid of them.. any suggestions please?
>
> Thank you!!!
>
>
> --
> Firecracker


 
Reply With Quote
 
Firecracker
Guest
Posts: n/a

 
      04-15-2009

Thank you! This is on my home pc, and I am currently at work, but will
try out both of these ideas when I get home and let you know how I get
on..


--
Firecracker
 
Reply With Quote
 
Firecracker
Guest
Posts: n/a

 
      04-16-2009

Hi! I am trying to use the "del \\?\" idea but does that only work for
an actual file? The reason I ask is that one of my corrupt folders I
have renamed to "1" and it sits in C\Test so I tried "del \\?\
c:\Test\1\" it asked me if I was sure, so I pressed Y but nothing
happened...

Also, I tried to run chkdsk from cmd but it said I didn't have the
privileges so I have scheduled it to run the next time it boots up..


--
Firecracker
 
Reply With Quote
 
Guest
Posts: n/a

 
      04-17-2009
You issued the command correctly. \\?\ isn't a fix all but a way to use
32,000 character long filenames. Programs that want to exceed the normal 260
character limit, and not be compatable withother window filenames, prefix
//?/ to the filename.

See what chkdsk does.
"Firecracker" <> wrote in message
news:...
>
> Hi! I am trying to use the "del \\?\" idea but does that only work for
> an actual file? The reason I ask is that one of my corrupt folders I
> have renamed to "1" and it sits in C\Test so I tried "del \\?\
> c:\Test\1\" it asked me if I was sure, so I pressed Y but nothing
> happened...
>
> Also, I tried to run chkdsk from cmd but it said I didn't have the
> privileges so I have scheduled it to run the next time it boots up..
>
>
> --
> Firecracker


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why Does It Take So Long To Delete Files? Pat Windows Vista File Management 6 12-22-2009 08:45 AM
File Paths Too Long kelco333 Windows Vista File Management 1 06-06-2008 07:44 PM
Looking for function to resolve VirtualStore paths to physical paths Scott Windows Vista General Discussion 9 07-08-2007 07:07 PM
Looking for function to resolve VirtualStore paths to physical paths Scott Windows Vista File Management 9 07-08-2007 07:07 PM
Why so long to delete messege? Timothy Wright Windows Vista Mail 0 02-09-2007 12:53 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59