Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Cant delete folder, cant name folder "con"

Reply
Thread Tools Display Modes

Cant delete folder, cant name folder "con"

 
 
jmclaren7
Guest
Posts: n/a

 
      09-24-2008

so i think this is the first thing on vista to truly stump me....

First Issue: 2 folders named "con" in sepperate sub directories of th
same top level directory can not be deleted, saying that "This folder i
no longer located in <blah dir>. Verify the items location and tr
again.", the parrent folder of "con" can also not be deleted, displayin
the same error.

Second Issue: I cannot create a folder with the name "con" anyplace o
my system, giving this message: "The specified device name is invalid"


These folders originaly did not exist on the system, they were create
when i downloaded part of a web directory via ftp using the progra
FlashFXP.

when i view these folders properties page i see a lack of dates an
security permisions



ive seen alot of talk about issues related to folder deletion on thi
forum but nothing like this, any idea?

thank you

--
jmclaren
-----------------------------------------------------------------------
jmclaren7's Profile: http://forums.techarena.in/members/jmclaren7.ht
View this thread: http://forums.techarena.in/vista-help/1043817.ht

http://forums.techarena.i

 
Reply With Quote
 
 
 
 
Michael Walraven
Guest
Posts: n/a

 
      09-24-2008
Second issue:
'con' is a reserved system word, stands for the 'console' device. As such
you cannot have a folder or file named 'con'.

Now as to how you got such a folder , and what you can do about that --
sorry I haven't a clue.

Michael



"jmclaren7" <> wrote in message
news:...
>
> so i think this is the first thing on vista to truly stump me....
>
> First Issue: 2 folders named "con" in sepperate sub directories of the
> same top level directory can not be deleted, saying that "This folder is
> no longer located in <blah dir>. Verify the items location and try
> again.", the parrent folder of "con" can also not be deleted, displaying
> the same error.
>
> Second Issue: I cannot create a folder with the name "con" anyplace on
> my system, giving this message: "The specified device name is invalid"
>
>
> These folders originaly did not exist on the system, they were created
> when i downloaded part of a web directory via ftp using the program
> FlashFXP.
>
> when i view these folders properties page i see a lack of dates and
> security permisions
>
>
>
> ive seen alot of talk about issues related to folder deletion on this
> forum but nothing like this, any idea?
>
> thank you!
>
>
> --
> jmclaren7
> ------------------------------------------------------------------------
> jmclaren7's Profile: http://forums.techarena.in/members/jmclaren7.htm
> View this thread: http://forums.techarena.in/vista-help/1043817.htm
>
> http://forums.techarena.in
>

 
Reply With Quote
 
DanS
Guest
Posts: n/a

 
      09-24-2008
jmclaren7 <> wrote in
news::

>
> so i think this is the first thing on vista to truly stump me....
>
> First Issue: 2 folders named "con" in sepperate sub directories of the
> same top level directory can not be deleted, saying that "This folder

is
> no longer located in <blah dir>. Verify the items location and try
> again.", the parrent folder of "con" can also not be deleted,

displaying
> the same error.
>
> Second Issue: I cannot create a folder with the name "con" anyplace on
> my system, giving this message: "The specified device name is invalid"
>
>
> These folders originaly did not exist on the system, they were created
> when i downloaded part of a web directory via ftp using the program
> FlashFXP.
>
> when i view these folders properties page i see a lack of dates and
> security permisions
>
>
>
> ive seen alot of talk about issues related to folder deletion on this
> forum but nothing like this, any idea?
>
> thank you!


Open a cmd prompt.
CD to the 'con' directory's ("folder's") parent directory
isues a: dir /x
Look for the 'con' folder to the far right.
See if it has an 8.3 name in the second column from the right.
use: rd using the folder con's 8.3 name...if it has one.

This used to work in XP for malformed file/folder names. I have no idea
if it still works in Vista...haven't had to do it.




 
Reply With Quote
 
jmclaren7
Guest
Posts: n/a

 
      09-24-2008

the folder just showed up as 'con'

"The system cannot find the file specified."

i got the file onto my system using FlashFXP, i created the file on the
server (linux) and then transfered it using flashfxp

i cant belive that all happend by chance


so my guess is that i have to use a live cd and mount my ntfs drive and
the delete the folder


i think ill go cry now, because last time i tried mounting a ntfs drive
i couldnt get it to work.


--
jmclaren7
------------------------------------------------------------------------
jmclaren7's Profile: http://forums.techarena.in/members/jmclaren7.htm
View this thread: http://forums.techarena.in/vista-help/1043817.htm

http://forums.techarena.in

 
Reply With Quote
 
DanS
Guest
Posts: n/a

 
      09-25-2008
jmclaren7 <> wrote in
news::

> the folder just showed up as 'con'
>
> "The system cannot find the file specified."
>
> i got the file onto my system using FlashFXP, i created the file on the
> server (linux) and then transfered it using flashfxp
>
> i cant belive that all happend by chance
>
>
> so my guess is that i have to use a live cd and mount my ntfs drive and
> the delete the folder
>
>
> i think ill go cry now, because last time i tried mounting a ntfs drive
> i couldnt get it to work.


No 8.3 name showed ? That sucks.

If you use Ubuntu (with GNome desktop, not Kubuntu or Xbuntu) the
'Places' menu has a selection 'Connect to Server', which you can use to
connect to the shared drive....if that selection is active from the
LiveCD that is.

 
Reply With Quote
 
jmclaren7
Guest
Posts: n/a

 
      09-25-2008

hmm, thanks for the tip... i actualy JUST figured this out... using the
following method worked, and i have no idea what \\. means, but
whatev...

rd \\.c:\blablabla\con

if anyone knows what \\. does to a path id love to know


--
jmclaren7
------------------------------------------------------------------------
jmclaren7's Profile: http://forums.techarena.in/members/jmclaren7.htm
View this thread: http://forums.techarena.in/vista-help/1043817.htm

http://forums.techarena.in

 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      09-25-2008
jmclaren7 <> wrote:
>
>
> hmm, thanks for the tip... i actualy JUST figured this out... using the
> following method worked, and i have no idea what \\. means, but
> whatev...
>
> rd \\.c:\blablabla\con
>
> if anyone knows what \\. does to a path id love to know



I have no idea why that would have worked for you, as the command does not
make any sense. \\ would be the start of a UNC path, and the period (.)
would signify the current directory.

http://en.wikipedia.org/wiki/UNC_pat...ing_Convention

ss.


 
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
Trying to delete file/folder labled 'fireworks', won't let me "?" Gail Windows Vista Security 3 07-04-2008 04:46 AM
Delete content or tracking in "searches" folder Bob Windows Vista File Management 2 05-22-2008 04:45 AM
Delete content or tracking in "searches" folder Bob Windows Vista File Management 2 05-10-2008 05:21 PM
Need to delete \csc Folder, "Access Denied" even in safe mode Ben Windows Vista General Discussion 2 05-19-2007 02:53 PM
Can't delete mail when I use the "empty deleted items folder" John Allen Windows Vista Mail 1 02-19-2007 08: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