Write file to network drive
Hi Experts,
I am trying to write a file to a network location using the code below;
Unfurtunately i get the exception;
java.io.FileNotFoundException: \\serv-b01\files est.csv (The network path was not found)
at java.io.FileOutputStream.open(Native Method)
Do anyone know what exactly is the issue here?