Mapping UNC Path to local path

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get a UNC path input from user. I need to map local path to this UNC path
and vice versa
Is there any simple way to do it in .NET?
 
How about spawning "net use" command?

I get a UNC path input from user. I need to map local path to this UNC path
and vice versa
Is there any simple way to do it in .NET?
 

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

Back
Top