D
diephouse
I seem to be having a problem accessing networks shares. For example,
I try the following code:
File.Exists(@"\\SERVER\share");
always returns false! Or even if I map the drive
File.Exists(@"Z:\")
that will always return false as well. I can't seem to find too much
information on this. I can access the drive/share through windows
explorer so I don't understand what the problem is... any ideas?
- Dan
I try the following code:
File.Exists(@"\\SERVER\share");
always returns false! Or even if I map the drive
File.Exists(@"Z:\")
that will always return false as well. I can't seem to find too much
information on this. I can access the drive/share through windows
explorer so I don't understand what the problem is... any ideas?
- Dan