How to acces File over the Network
- by Polo
Hi!
I am having a hard time on this one, I have à folder over the network wit public accès (no credential restriction). I am trying to do à File.Exist or Directory.Exist and I keep on having a exception.
Can somewone tell me the good way to do IO over the network.
EDIT 1 FOR DETAILS:
if i do execture = \agoodip\Public\test.txt I get the file etc etc
In my code it look like a basic Directory.Exist(@"\agoodip\Public") or File.exist(@"\agoodip\Public\test.txt")
The exception I get is Path not found.
Thanks!