Hi all,
I have a problem accessing a file on another server through vb code. using;
Dim f As FileStream = File.Open("\\servername\sharedfolder\SAMPLE.txt", FileMode.Open).
It gives error, file not found. but it opens when i try it using an address bar, any solution to this please?
Thanks.
...
Go to the complete details ...