I have tried this a hundred different ways but keep getting a filenotfound... Put it as simple as I could and don't understand it.
File file = new File("C:/files/salesrep.txt");
FileReader fileSC = new FileReader(file);
BufferedReader br = new BufferedReader(fileSC);
The FileReader is giving me a file not found. I tried using the directory and get the same.