CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Network Drives

  1. #1
    Join Date
    Dec 1999
    Location
    Texas
    Posts
    96

    Network Drives

    I'm not quite sure how to phrase this question, but here goes:

    I need to be able to determine where a drive is mapped-to (if given a drive letter).

    For example: If I have the drive letter D:, I want to know the "address" it is mapped-to (i.e. \\Server Name\Init Dir\).

    If anyone has any idea on how to do this it would be most appreciated.

    Thanks,
    Rippin


  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: Network Drives

    Check out the WNetGetConnection API.


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

Featured