Results 1 to 2 of 2

Thread: my network places

  1. #1

    Thread Starter
    Registered User
    Join Date
    Jul 2001
    Posts
    283

    my network places

    i know you can get a list of all subfolders using
    directory.getdirectories("C:\test")

    how can you get all the objects in my network places?
    so that you can make a hierarchy like if you go ( in IE) to file -> open -> browse -> my network places...

    also, is there a way to get all the objects in things like "my computer" or "recycle bin" ????

    thanks...

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    VB Code:
    1. Dim myComputer() As String = Directory.GetFiles(Environment.GetFolderPath(Environment.SpecialFolder.MyComputer))

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width