please just answer the question otherways do not respond to this question.
let me start again. How do I use this class, which extends the internal E
Something like this added to the click event of your button.
String path = EnvironmentFolders.GetPath(EnvironmentFolders.SpecialFolder.Favorites)
//do something with the path.
You need more info??
ADDED ON EDIT: Comments are right the method is static this way should work (at least, it worked when I try it on a console app).