Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - BUG: Explorer, can't rename a folder to ".config"

Reply
 
Old 11-09-2006   #1 (permalink)
Gernot Frisch


 
 

BUG: Explorer, can't rename a folder to ".config"

Found a bug in Explorer:

you cannot create a new folder and name it ".config" (w/o quotes, of
course)

Also exists on XP.

--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}





My System SpecsSystem Spec
Old 11-09-2006   #2 (permalink)
Rick Rogers


 
 

Re: Explorer, can't rename a folder to ".config"

No bug that is, config is a reserved name.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org

"Gernot Frisch" <Me@Privacy.net> wrote in message
news:4rgf2eFqgimhU1@mid.individual.net...
> Found a bug in Explorer:
>
> you cannot create a new folder and name it ".config" (w/o quotes, of
> course)
>
> Also exists on XP.
>
> --
> -Gernot
> int main(int argc, char** argv) {printf ("%silto%c%cf%cgl%ssic%ccom%c",
> "ma", 58, 'g', 64, "ba", 46, 10);}
>
>
>
>


My System SpecsSystem Spec
Old 11-09-2006   #3 (permalink)
Gernot Frisch


 
 

Re: Explorer, can't rename a folder to ".config"


> No bug that is, config is a reserved name.



the name is ".config" (see the dot) and with mkdir I can create it.


My System SpecsSystem Spec
Old 11-09-2006   #4 (permalink)
Alexander Suhovey


 
 

Re: Explorer, can't rename a folder to ".config"

> -----Original Message-----
> From: Gernot Frisch [mailto:Me@Privacy.net]
> Posted At: Thursday, November 09, 2006 3:01 PM
> Posted To: microsoft.public.windows.vista.general
> Conversation: Explorer, can't rename a folder to ".config"
> Subject: Re: Explorer, can't rename a folder to ".config"
>
> > No bug that is, config is a reserved name.

>
> the name is ".config" (see the dot) and with mkdir I can create it.
>


AFAIK you cannot create a folder or file with *any* name starting with a
dot in XP using GUI.

--
Alexander Suhovey

My System SpecsSystem Spec
Old 11-09-2006   #5 (permalink)
Tom Porterfield


 
 

Re: Explorer, can't rename a folder to ".config"

Alexander Suhovey wrote:
>
> AFAIK you cannot create a folder or file with *any* name starting with a
> dot in XP using GUI.


That is correct. A strange limitation of Explorer as folder names that
begin with a dot (.) are perfectly legit.
--
Tom Porterfield

My System SpecsSystem Spec
Old 11-09-2006   #6 (permalink)
Alexander Suhovey


 
 

Re: Explorer, can't rename a folder to ".config"

"Tom Porterfield" <tpporter@mvps.org> wrote in message
news:O8gXMLBBHHA.3836@TK2MSFTNGP02.phx.gbl...
> Alexander Suhovey wrote:
>>
>> AFAIK you cannot create a folder or file with *any* name starting with a
>> dot in XP using GUI.

>
> That is correct. A strange limitation of Explorer as folder names that
> begin with a dot (.) are perfectly legit.
> --
> Tom Porterfield


Probably it does something to do with default Explorer behaviour of hiding
file extensions.

--
Alexander Suhovey

My System SpecsSystem Spec
Old 11-09-2006   #7 (permalink)
Gene Fitz


 
 

RE: BUG: Explorer, can't rename a folder to ".config"

When an item starts with a "." it usually is followed by a file type. Now, if
you want to create a folder calles "config" you can, then you have a config
folder. But you can not name anything ".config" because it would make it a
config file, not just a folder named config. .config, if I remember right is
a configuration setting.
Windows thinkd you are playing with the structure of windows, and doesn't
like it.

"Gernot Frisch" wrote:

> Found a bug in Explorer:
>
> you cannot create a new folder and name it ".config" (w/o quotes, of
> course)
>
> Also exists on XP.
>
> --
> -Gernot
> int main(int argc, char** argv) {printf
> ("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
>
>
>
>
>

My System SpecsSystem Spec
Old 11-09-2006   #8 (permalink)
dean-dean


 
 

Re: Explorer, can't rename a folder to ".config"

Here's a bug. I have noticed in an Explorer Window, that when you select a
folder with a period in the name, that the new Explorer Bar (just below the
old Menu Bar, if you have it showing) shows the Explore icon incorrectly.
E.g., the Config.Msi folder shows the Windows Installer icon, the
$RECYCLE.BIN folder shows the generic icon, as does Windows.old, a folder
named xyz.txt shows a Notepad icon, etc. Otherwise, a folder selected
without a period in the name always has the same Explore icon.

Dean

"Alexander Suhovey" <asuhovey@gmail.com> wrote in message
news:06F19B97-8821-4A9C-BF7F-382197F98DA9@microsoft.com...
> "Tom Porterfield" <tpporter@mvps.org> wrote in message
> news:O8gXMLBBHHA.3836@TK2MSFTNGP02.phx.gbl...
>> Alexander Suhovey wrote:
>>>
>>> AFAIK you cannot create a folder or file with *any* name starting with a
>>> dot in XP using GUI.

>>
>> That is correct. A strange limitation of Explorer as folder names that
>> begin with a dot (.) are perfectly legit.
>> --
>> Tom Porterfield

>
> Probably it does something to do with default Explorer behaviour of hiding
> file extensions.
>
> --
> Alexander Suhovey


My System SpecsSystem Spec
Old 11-10-2006   #9 (permalink)
Tom Porterfield


 
 

Re: BUG: Explorer, can't rename a folder to ".config"

Gene Fitz wrote:
> When an item starts with a "." it usually is followed by a file type.
> Now, if you want to create a folder calles "config" you can, then you
> have a config folder. But you can not name anything ".config" because it
> would make it a config file, not just a folder named config. .config, if
> I remember right is a configuration setting.
> Windows thinkd you are playing with the structure of windows, and doesn't
> like it.


It is perfectly legit to have a folder with a dot (.) in the name. Explorer
will even allow you to do it, just not if the name starts with a dot. But
you can create folders where the name starts with a dot at the command
prompt.
--
Tom Porterfield

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Solved "destination folder access denied" on folder/file rename General Discussion
How to config "local machine"-->"personal" access right? Vista General
Is it possible to view thumbnails in Windows Explorer in folder type "All Items"? Vista file management
Question About "autoexec.nt" and "config.nt" (in Vista) Vista security
Question About "autoexec.nt" and "config.nt" (in Vista) Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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