I want to create a File in a specific path into server in Java Program I use FileOutputStream but it doesn't work
FileOutputStream fout = new FileOutputStream(filepath);
the value of filepath is: /home/Folder/bin/QueryGet.sh
message of error is : java.io.FileNotFoundException: \home\Folder\bin\QueryGet.sh (Impossibile trovare il percorso specificato)
I don't know why change "/" in "\" in the path