mikemcginty
Programmer
Is there any way in Visual Basic of retrieving the physical path of a mapped network drive?
I have tried FileSystemObject.GetAbsolutePathName but this only returns the mapped path
For example if physical drive J:\PFolder1\PFolder2 is mapped to Q:\. (Note: J:\ does not show in Windows Explorer but Q:\ does)
Now I now want to retrieve the physical path of
Q:\FolderA\FolderB
as
J:\PFolder1\PFolder2\FolderA\FolderB
Any help would be appreciated
When you call out for help in the darkness, and you hear a voice in return, you're probably just talking to yourself again!
I have tried FileSystemObject.GetAbsolutePathName but this only returns the mapped path
For example if physical drive J:\PFolder1\PFolder2 is mapped to Q:\. (Note: J:\ does not show in Windows Explorer but Q:\ does)
Now I now want to retrieve the physical path of
Q:\FolderA\FolderB
as
J:\PFolder1\PFolder2\FolderA\FolderB
Any help would be appreciated
When you call out for help in the darkness, and you hear a voice in return, you're probably just talking to yourself again!