Getting UNC Path

G

Guest

Can anyone tell me how to get the complete UNC path from the folder path ie:
folder path = g:\apps and I need to get UNC = \\server01\share\apps? Is there
a dll I need to reference or something? I am utilizing VB.net and am using
version 1.1 of the .net framework...Thanks, Jason
 
P

Paul Clement

D

Denny Boynton

Paul,

This isn't a way to do this directly via the Framework -- I had a
similar issue a few months ago. I found the following article and code
sample from Richard Deeming on CodeProject.com:

http://www.codeproject.com/csharp/networkshares.asp

Have a look at this and see if you can come up with a solution.

HTH

Thanks,
Denny Boynton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top