0

In c#, i need to check whether the given path is network path or not. Consider the below path: "\Mylapn237\d", Programatically i want to check this is network path or not in C#.

Kathir Subramaniam
  • 1,195
  • 1
  • 13
  • 27
  • 3
    possible duplicate of [Method to determine if path string is local or remote machine](http://stackoverflow.com/questions/354477/method-to-determine-if-path-string-is-local-or-remote-machine) – Jonesopolis Jun 21 '15 at 02:57
  • agree with @Jonesy. If the code checks for IP and machine name matching the local machine, then it should be sufficient (on top of checking non-UNC paths like C:). – Chris Schubert Jun 21 '15 at 03:12

0 Answers0