Why in Windows, can't you name a folder 'con'?
Whenever I try to name a folder as "con" (without the quotes) it defaults to its original name.
Why does it do this?
|
|
|||||||||||||
|
|
|
Back in the dos days, "con" had a special meaning. It referred to the console, and allowed you to treat it like any other file. For example, you you might create a new text file by typing The thing is, you can still do that. Therefore, as far as the file system is concerned there is already an object out there named |
||||||||||
|
|
|
Actually you can rename the folder to "con" use this in the command prompt and this creates a system folder named "con" on your "C Drive" md \\.\\C:\con to remove this folder you need to use this in the command prompt rd/s \\.\\C:\con And just for those that are wondering "so why would you?" - my name is CON and if I wish to use that as my folder I WILL so "bugger you MS" Con "OzDing" |
|||
|
|
|
|
Other names, such as drive names, cannot be used as well:
|
|||
|
|
|
|
From Microsoft TechNet:
|
||
|
|
|
This dates back to MS-DOS. Reading or writing to a file named "CON:" read/wrote from the console. I imagine Windows is still supporting this for backwards compatibility. |
||
|
|
|
|
http://support.microsoft.com/kb/74496/en-us Other reserved names: PRN AUX NUL LPT1 COM1 |
||
|
|