I am writing a program where I have a menu set up to Add an item and display current items. When I add an item, I want to send it to a file. Then, i want to be able to close the program, and do whatever else, then when I run it again, load up the old list from the file, display it, and be able to add new items to the end of it. Any suggestions?
