So what I'm trying to do here is get into the folder "emailaddress" and then read from the files that are inside it. The files inside emailaddress are named by numerical order and the type is just File not txt. I changed one of the files to a txt document so I could try to read it but my program isn't able to find the txt doc. I'm not getting any compile errors.
My guess is it's using a different working directory than that which contains the files. The ide is one way of changing this, but if you have any confusion you could try writing a new file and search for it? I'm sure there's a way to get the working directory as a string to print out though.