lotsToLearn
Programmer
Hi, <br>
<br>
I want to read a file that exists on a machine that is located on our network ( same subnet etc etc ). <br>
<br>
The machine is running IIS and the file exists at <br>
<br>
http:\\wjcalsrv8\tf-retired\data\log.txt <br>
<br>
I use the following code to create a handle to this file <br>
<br>
sourceFile = new File("\\\\wjcalsrv8\\tf-tired\\data\\log.txt"
;<br>
<br>
Then I check to see if the file exists and the result is always no. <br>
<br>
How can I set things up so that I can read a file from a machine in my network. <br>
<br>
Any and all help is appreciated. <br>
<br>
ALH<br>
<br>
I want to read a file that exists on a machine that is located on our network ( same subnet etc etc ). <br>
<br>
The machine is running IIS and the file exists at <br>
<br>
http:\\wjcalsrv8\tf-retired\data\log.txt <br>
<br>
I use the following code to create a handle to this file <br>
<br>
sourceFile = new File("\\\\wjcalsrv8\\tf-tired\\data\\log.txt"
<br>
Then I check to see if the file exists and the result is always no. <br>
<br>
How can I set things up so that I can read a file from a machine in my network. <br>
<br>
Any and all help is appreciated. <br>
<br>
ALH<br>