|
|
#1 |
|
Reading and writing files and storage locations xcode
Hi,
I am writing an iPhone app that is going to be using 15 or more dictionaries each containing about 15 arrays. These are basically tables of data. Instead of entering all of the data into the arrays from within xcode, I want to use Excel and export the data as .csv files. My question is, where do I put the .csv file and how do I reference it in xcode. If I save it, to say, the root of my hard drive, I can set the path to the file and open it from the iOS simulator, but what if I upload the app to the app store, the path is not going to be correct. Where and how do I reference the file. Thanks in advance Craig
__________________
iMac 24, macBook Pro 15" hi-res, macMini (media server), iPhone 4, Qnap NAS 2TB |
|
|
|
0
|
|
|
#2 |
|
If the data is static the it should be in your applications resources (and you use the standard NSBundle methods). If it's not static then it should be in your applications sandboxed document area (and you'll have to find some way of getting it there so a copy will probably have to start in your applications resources) and you use the well documented method to get the documents folder (NSSearchPathForDirectoriesInDomains)
This is basically all covered in the ISO Application Programming Guide that all iOS developers should have read and understood all of before starting to think about any application. Edit to add:this is 100% absolutely nothing to do with XCode which is just an IDE and everything to do with the API (Cocoa Touch) and the runtime (iOS).
__________________
Sponsor me to cycle 100Km round London in the dark |
|
|
|
0
|
![]() |
|
| Tags |
| csv, reading, writing, xcode |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Reading and writing to file | farmerdoug | Mac Programming | 7 | Feb 5, 2011 09:30 AM |
| Read and Write to file, from Widget? | allegutta | Mac Programming | 0 | May 4, 2010 12:07 PM |
| Reading and writing Windows and Linux file formats under Mac OS - what works? | Mr.Bullitt | Mac Basics and Help | 3 | Nov 26, 2009 08:53 AM |
| Cannot Read of Write Files -- Time Machine | BeefCurten | Mac OS X | 0 | Oct 20, 2008 10:20 PM |
| Cds read and write, Dvds get spat out... | londonweb | Macintosh Computers | 7 | Sep 19, 2005 01:20 PM |
All times are GMT -5. The time now is 05:20 AM.







Linear Mode

