I have seen this be answered on others and i have tried it but i couldn't find anything that worked for me i was looking for help.
ArrayList<Integer> integers = new ArrayList<Integer>();
Scanner fileScanner = new Scanner(new File("workspace\Sudoku\file"));
it keeps giving me this error "Invalid escape sequence (valid ones are \b \t \n \f \r \" \' \\)"
, the file location is correct by the way. i think it may be because i am using a scanner although i am not 100% sure.