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?
 
Back
Top