Create a TreeView to display content like Explorer

  • Thread starter Thread starter xaviero
  • Start date Start date
X

xaviero

I would would like to display the conent of the computer exactly like
it is displayed in the Explorer window:

Desktop
-My Documents
-My Computer
-**Drives "A" through "Z"**
-Shared Documents
-My Network Places
-Recycle Bin
-**All Folders On Desktop**

I know how to build the logical drives using
IO.Directory.GetLogicalDrives() but how can I get the path for the
"Recycle Bin", "My Docs" and the "Desktop" and how do I iterate through
"My Network Places"

Thanks for your help..
 
Back
Top