I have a file called temperatures.txt saved to my Desktop, what code would I used to bring it up in Java..I am currently trying
File file = new File("C:/Windows/system32>/Desktop/temperatures.txt");
When I pull up the command on my schools computer it says C:\Windows\system32>
My slashes are backwards because when i compile it says "\" is an illegal character in BlueJ