Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 03-24-2009, 04:07 AM
mag3
Newsgroup Contributor
 
Posts: n/a
ARGGGGH!!! Long File Names in Vista!!!

Sorry if this has been posted here before, but I didn't see an applicable thread
in my recent Google Search. I'm running Vista Ultimate 32bit, and on one particular
drive, I had backed up some files with extremely long names from a different system.
The kind of stuff you find as temp files in the "Content.IE5" sub directory of
"Temporary Internet Files."

Now, I'm trying to delete a parent directory where all these files are located. But Vista,
in it's ultimate wisdom is giving me an error, indicating that it cannot delete these files
becuse the overall path is too long - It suggested I move the files to a place with a "shorter
path," but when I try, it won't let me do it for the same ****ed reason! The Source path
is too long!!!! Nothing works. Attempting to delete individual files, the parent directory,
the "grand parent" directory all fail because Vista attempts to calculate/sum space and
thus accesses each individual file, and fails because the "path is too long." When I try
to rename individual files, it grays out the "rename" option.

Is there any way I can either get rid of these files or bypass the "file length" warning so
I can delete them? Formatting the drive is *not* an option. This is a SAN drive with lots
of stuff on it and I'd never be able to off load it all.


Any insight one can offer is greatly appreciated.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 03-24-2009, 04:07 AM
  #2 (permalink)  
Old 03-24-2009, 04:07 AM
mag3
Newsgroup Contributor
 
Posts: n/a
Re: ARGGGGH!!! Long File Names in Vista!!!

On Sat, 21 Feb 2009 21:35:29 -0500, mag3 <zmpmag3-atvs******.com> wrote:
[color=blue]
>Sorry if this has been posted here before, but I didn't see an applicable thread
>in my recent Google Search. I'm running Vista Ultimate 32bit, and on one particular
>drive, I had backed up some files with extremely long names from a different system.
>The kind of stuff you find as temp files in the "Content.IE5" sub directory of
>"Temporary Internet Files."
>
>Now, I'm trying to delete a parent directory where all these files are located. But Vista,
>in it's ultimate wisdom is giving me an error, indicating that it cannot delete these files
>becuse the overall path is too long - It suggested I move the files to a place with a "shorter
>path," but when I try, it won't let me do it for the same ****ed reason! The Source path
>is too long!!!! Nothing works. Attempting to delete individual files, the parent directory,
>the "grand parent" directory all fail because Vista attempts to calculate/sum space and
>thus accesses each individual file, and fails because the "path is too long." When I try
>to rename individual files, it grays out the "rename" option.
>
>Is there any way I can either get rid of these files or bypass the "file length" warning so
>I can delete them? Formatting the drive is *not* an option. This is a SAN drive with lots
>of stuff on it and I'd never be able to off load it all.
>
>
>Any insight one can offer is greatly appreciated.[/color]

Problem Solved!!!! I simply renamed all the parent directories to be the shortest names I could
muster (1-2chars) and that was sufficient! It worked!!!!!!


____________________________________________
Regards,

Arnold
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 03-24-2009, 04:07 AM
Synapse Syndrome
Newsgroup Contributor
 
Posts: n/a
Re: ARGGGGH!!! Long File Names in Vista!!!

mag3 <zmpmag3-atvs******.com> wrote:[color=blue]
>
> Sorry if this has been posted here before, but I didn't see an
> applicable thread in my recent Google Search. I'm running Vista Ultimate
> 32bit, and on one particular drive, I had backed up some files with
> extremely long names from a different system. The kind of stuff you find
> as temp files in the "Content.IE5" sub directory of "Temporary Internet
> Files."
>
> Now, I'm trying to delete a parent directory where all these files are
> located. But Vista, in it's ultimate wisdom is giving me an error,
> indicating that it cannot delete these files becuse the overall path is
> too long - It suggested I move the files to a place with a "shorter
> path," but when I try, it won't let me do it for the same ****ed reason!
> The Source path is too long!!!! Nothing works. Attempting to delete
> individual files, the parent directory, the "grand parent" directory all
> fail because Vista attempts to calculate/sum space and thus accesses
> each individual file, and fails because the "path is too long." When I
> try to rename individual files, it grays out the "rename" option.
>
> Is there any way I can either get rid of these files or bypass the "file
> length" warning so I can delete them? Formatting the drive is *not* an
> option. This is a SAN drive with lots of stuff on it and I'd never be
> able to off load it all.
>
>
> Any insight one can offer is greatly appreciated.
>[/color]

Is it the whole path that is too long, and not just the filenames?

Can't you delete them from the command line?

Try:

rd <path>\<foldername> /s

If the path is too long from command line as well, can you PUSHD to the
parent folder and try from there? Or make the full parent path into a
virtual drive using SUBST:

subst T: <path>

You will then get the folder as a T: drive in Explorer, or you can delete
the files in comand line with DEL and RD for folders.

ss.





Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 03-24-2009, 04:07 AM
mag3
Newsgroup Contributor
 
Posts: n/a
Re: ARGGGGH!!! Long File Names in Vista!!!

On Sun, 22 Feb 2009 03:05:31 -0000, "Synapse Syndrome" <synapse@NOSPAMsyndrome.me.uk> wrote:
[color=blue]
>Is it the whole path that is too long, and not just the filenames?[/color]

It appears to have been the "whole path." I was able to shorten elements
of the path to 1-2chars each, and that was enough to allow me to delete all
the contents from the root of the path on down.

But thanks anyway, this is good to know.
[color=blue]
>Can't you delete them from the command line?
>
>Try:
>
>rd <path>\<foldername> /s
>
>If the path is too long from command line as well, can you PUSHD to the
>parent folder and try from there? Or make the full parent path into a
>virtual drive using SUBST:
>
>subst T: <path>
>
>You will then get the folder as a T: drive in Explorer, or you can delete
>the files in comand line with DEL and RD for folders.[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 03-24-2009, 04:07 AM
Earle Horton
Newsgroup Contributor
 
Posts: n/a
Re: ARGGGGH!!! Long File Names in Vista!!!

"mag3" <zmpmag3-plongee******.com> escribió en el mensaje de noticias
news:mef1q49t20tt5674jdm0ehsvdhfqg9174i@4ax.com...[color=blue]
> On Sat, 21 Feb 2009 21:35:29 -0500, mag3 <zmpmag3-atvs******.com> wrote:
>[color=green]
>>Sorry if this has been posted here before, but I didn't see an applicable
>>thread
>>in my recent Google Search. I'm running Vista Ultimate 32bit, and on one
>>particular
>>drive, I had backed up some files with extremely long names from a
>>different system.
>>The kind of stuff you find as temp files in the "Content.IE5" sub
>>directory of
>>"Temporary Internet Files."
>>
>>Now, I'm trying to delete a parent directory where all these files are
>>located. But Vista,
>>in it's ultimate wisdom is giving me an error, indicating that it cannot
>>delete these files
>>becuse the overall path is too long - It suggested I move the files to a
>>place with a "shorter
>>path," but when I try, it won't let me do it for the same ****ed reason!
>>The Source path
>>is too long!!!! Nothing works. Attempting to delete individual files,
>>the parent directory,
>>the "grand parent" directory all fail because Vista attempts to
>>calculate/sum space and
>>thus accesses each individual file, and fails because the "path is too
>>long." When I try
>>to rename individual files, it grays out the "rename" option.
>>
>>Is there any way I can either get rid of these files or bypass the "file
>>length" warning so
>>I can delete them? Formatting the drive is *not* an option. This is a SAN
>>drive with lots
>>of stuff on it and I'd never be able to off load it all.
>>
>>
>>Any insight one can offer is greatly appreciated.[/color]
>
> Problem Solved!!!! I simply renamed all the parent directories to be the
> shortest names I could
> muster (1-2chars) and that was sufficient! It worked!!!!!!
>[/color]
You're a genius! I wrote that down.

Earle

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 05-12-2009, 02:30 AM
Dr. Hadley
Newsgroup Contributor
 
Posts: n/a
Re: ARGGGGH!!! Long File Names in Vista!!!


FYI, with XYplorer you can edit those overlong filenames directly in the
file list.

[url]http://www.xyplorer.com/[/url]


--
Dr. Hadley
------------------------------------------------------------------------
Dr. Hadley's Profile: [url]http://forums.techarena.in/members/97950.htm[/url]
View this thread: [url]http://forums.techarena.in/vista-help/1127892.htm[/url]

[url]http://forums.techarena.in[/url]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to display long file names (filename) on the desktop? Peter Windows XP 1 05-02-2008 10:50 AM
Long File Names in XP Marleneburton Windows XP 1 01-11-2008 07:51 AM
Copy folder with long file names dennist Windows XP 6 09-01-2007 10:40 PM
Long file names Jack Russell Windows XP 3 04-16-2007 12:00 AM
MS-DOS long file names Scott Windows XP 9 01-04-2007 02:13 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 02:25 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0