Quote:
Originally Posted by viperfan91
I am attempting to list the contents of the Documents directory of my app However, I don't know how to put a text file in the directory so that it is there whenever someone were to install the app.
|
You have to detect when your app is run for the first time after an install, then then in that case only, copy the needed files from the app bundle to the documents directory. You cannot make them "just show up". You have to explicitly copy them over yourself.
Robert Scott
Ypsilanti, MI