Get Path To “Links” (AKA Favorites) Folder
UPDATE: So I just found out in doing all this leg work that it seems the "Links" folder in your user folder can be named ANYTHING and you can still access it by going to "C:\Users(username)\Links" Ex: Rename "C:\Users\(username)\Links" to "C:\Users\(username)\MyNewLinksFolder" Then try to browse to... "C:\Users\(username)\Links" (forehead to palm) There is a "Favorites" node in the Windows 7 file explorer tree: The path to those favorites (by default) is here: I want to be able to get this path via c# code. I was hoping to use the Environment.SpecialFolder Enum but that seems to be a wash! I