Am I just a dreamer, or does something like this exist?
|
No, you cannot. It is called a drive letter for a reason. The command
Note that is does not have to be a letter in the traditional sense. You can call your drive DOS allowed you to use all ASCII characters between A and ` (both inclusive), giving you a total of 32 different drive letters. I am not sure how to access the last 6 on Windows though. The closest you can get to your "dream" is mounting. For example, you can mount a drive (a partition, actually) in the folder Another "solution" that will work for the Windows Explorer is adding an expandable string value to the registry key
This is where the actual locations of Desktop, My Music and such are stored. |
|||||||||||||||||||
|
|
You can create custom named "drives" using the PowerShell provider system. You would do something like
You would then access the files/directories under that same drive like
It wasn't clear from your question if you were in a scripted/console environment or if you wanted to see this in Windows Explorer specifically. Also, I assume you were talking about a filesystem "volume". The PowerShell provider system also supports other kinds of providers. |
|||
|
|

:charachter is also used to separate the filename and the Alternate Data Stream name.MyDrive:Foonames the Foo stream in the MyDrive file, not the Foo file in the Current Working Directory of the MyDrive disk. Also, why do you want to do this? – MSalters Nov 15 '11 at 9:43