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

    How to Convert a network drive to its shared name



    I am trying to convert a mapped network drive (i.e. d:\MyFolder\ ) to its shared name (i.e. \\ComputerName\MyFolder\). Please assist. Thanks

  2. #2
    Join Date
    Apr 1999
    Posts
    5

    Re: How to Convert a network drive to its shared name



    I think the WNetGetConnection is the function which returns the name of the network device associated with a local drive letter.

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