1
Answer

NetWork Drives

richard smith

richard smith

11y
835
1
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)