Quote (carteblanche @ Mar 27 2016 09:01pm)
what part do you have issues with? read in the file name. open the file with append mode true.
so I can just loop through the input file, set the file name to a String and what do something like PrintWriter writer = new PrintWriter(fileName);?