I need to create a directory tree similar to the one shown in the Windows Explorer. Using SpecialFolders doesn't help since these folders are physical folders. So, is there any representation of these virtual folders like "Desktop", "Computer" or "Network" in .NET?
By the way, there's a solution to this problem in Java using ShellFolders. This is basically what I need in .NET as well.