[Array writeToFile:Path atomically:YES]
[Array writeToFile:Path atomically:YES]
- Subject: [Array writeToFile:Path atomically:YES]
- From: David Blanton <email@hidden>
- Date: Tue, 11 May 2004 13:32:23 -0600
Bool OK = [Array writeToFile:Path atomically:YES];
All columns of Array are NSString*. I understand from the docs that the
above method will write those strings as a property list which I can then
use to initialize a new array.
But, OK always returns false indicating that all columns of the array are
not NSString*.
Can anyone shed some light on this?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.