Hi, I made a res folder for easy access to .png and .txt files . So how do I access them do i do "/example.txt" because that is not working.
For Example im doing something like this
private Scanner m; try{ m = new Scanner(new File("Map.txt")); //Not working. }catch(Exception e){system.out.println("ERROR");}