3 results for “topic:writefiles”
Created a simulated file system which had the features to create a file, delete a file, write into a file and read from a file.
This program takes a letter template (a .txt file) of a thank you letter, iterates over all of the names listed on a separate .txt file, and creates a new file for each name, with the correct name on each file and in each letter.
Exercises Java Base Lessons