What I want to do is write a method that when called will create a plain text file with a pre-written header (always the same) and then periodically updates the text file with more data until the user requests it to stop. A new text file would be needed for each different time the user uses the app.
I'm having difficulty even getting the app to create the text file in the first place. Any suggestions what I may need to do to accomplish this?
Thanks.