What is network share name of local drive 
Author Message
 What is network share name of local drive

As part of a larger application I am trying to build a
file-locking server which will run on any
Windows9x/ME/2000/XP server or workstation connected to a
WindowsNT/2000/XP or Novell network. My plan is to use
UNCs to identify files, but how do I translate drive
letters into UNCs? For mapped remote drives it appears
that I can simply use the ShareName property of a Drive
object, but this doesn't work for local drives, is there
some way that I can get access to the "Shared As/Share
Name" of any shared local drives?


Sun, 17 Oct 2004 19:08:12 GMT  
 What is network share name of local drive
One method I have employed is importing the WSH COM object into my project.
The Windows Scripting Host has quite a number of methods built into it for
enumerating drives and learning extended information about those drives.
Sorry I don't have any specific examples for you right now...

Hope this helps

Bob Sargent


Quote:
> As part of a larger application I am trying to build a
> file-locking server which will run on any
> Windows9x/ME/2000/XP server or workstation connected to a
> WindowsNT/2000/XP or Novell network. My plan is to use
> UNCs to identify files, but how do I translate drive
> letters into UNCs? For mapped remote drives it appears
> that I can simply use the ShareName property of a Drive
> object, but this doesn't work for local drives, is there
> some way that I can get access to the "Shared As/Share
> Name" of any shared local drives?



Sun, 17 Oct 2004 19:29:19 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. local drive letter <> drive share name

2. Show Local AND Shared (network) drives in Browseforfolder

3. What is the Share-Name of a local drive

4. What is the Share-Name of a local drive

5. Retreiving The Shared Directory Name On A Local Drive

6. getting share name of a local drive

7. getting share name of a local drive

8. getting share name of local drive

9. Help Obtaining Local Drive UNC or Share Name

10. Need help copying files from shared drive to local drive

11. VB6 network drive - local drive bug

12. How to detect if drive is local or network drive

 

 
Powered by phpBB® Forum Software