
What is the Share-Name of a local drive
I've posted this question before, but it seems to have been deleted! As part
of an application that I am working on, I need to be able to reference
drives using UNCs. It would seem that this can be accomplished by using the
name used to share the device across the network and for folders on the
server or other workstations which are mapped to a drive letter this is
simply a case of using the FileSystemObject.GetDriveName method but this
does not work for local drives. How can I find name used to share these?
--