Published in: Objective C
URL: http://www.cocoabuilder.com/archive/message/cocoa/2003/1/31/77631
{ char * pBytes; unsigned length; length = DATAFILE_LENGTH; //custom define // store your data to pBytes here { // Save to file [pSaveData writeToFile:pFilePath atomically:FALSE]; } }
You need to login to post a comment.
