Reading a file over a network path
- by Sin5k4
I have this weird issue,when I use
> File FileToRead = new File("\\\\MYSERVER\\MYFOLDER\\MYFOLDER\\MYPICTURE.JPG");
to read a file over a network,all I get is a null pointer exception.Normally a local path works with this,but when on a network path,I just couldn't manage to get it to work.Any ideas?
PS:oh and my network connection seems to…