richard smith

richard smith

  • 1.5k
  • 285
  • 160.3k

NetWork Drives

Feb 13 2013 2:20 PM
How can you account for network drives in C#?  For example, the drive may be \\ServerName\\folder\\ and I may have it mapped to N:\\folder\\ & you may have it mapped to Q:\\folder\\  

If I try to write the code as \\ServerName\\folder I get an error that says can not find C:\\ServerName\\folder

Answers (1)