I am creating a Q & A app. i was thinking of storing the info in the SQLite db. I figured i would create the app with some text file to store the info and when the db was created it would read the text files and save the data in the db, then delete the text files.
1. is this possible, to delete the files
2. is this the best way to do it.
thanks
1. is this possible, to delete the files
2. is this the best way to do it.
thanks