views:

18

answers:

1

In Windows Explorer, if I type in certain strings in the address bar, it will recognize them and auto-complete them and go to those special locations. For instance:

Public Music
My Documents
Recycle Bin

My question: is there a way for my application to add its own recognizable string there?

A: 

As far as I know the only way is to implement a Namespace Extension.

Luke