/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
{ char * pBytes; unsigned length; length = DATAFILE_LENGTH; //custom define // store your data to pBytes here { // Save to file [pSaveData writeToFile:pFilePath atomically:FALSE]; } }
URL: http://www.cocoabuilder.com/archive/message/cocoa/2003/1/31/77631