So I have a file called boynames.txt with everything written into it, if I go like this:
File getNames = new File("boynames.txt"):4
Then I just get a new file called "boynames.txt" , but how do I get access to a file that I have already written inside of it already, but want access to it?