Re: [Array writeToFile:Path atomically:YES]
Re: [Array writeToFile:Path atomically:YES]
- Subject: Re: [Array writeToFile:Path atomically:YES]
- From: David Blanton <email@hidden>
- Date: Tue, 11 May 2004 21:20:01 -0600
On 5/11/04 8:47 PM, "Andreas Mayer" <email@hidden> wrote:
>
Am 12.05.2004 um 04:09 schrieb David Blanton:
>
>
> Maybe I don't understand arrays well enough. To create an array of n
>
> rows
>
> and m columns I do the following:
>
>
>
> @interface KillList : NSObject
>
>
Did you read the documentation for writeToFile:atomically:?
>
>
"This method recursively validates that all the contained objects are
>
property list objects before writing out the file, and returns NO if
>
all the objects are not property list objects, since the resultant file
>
would not be a valid property list."
>
>
About Property Lists:
>
>
http://developer.apple.com/documentation/Cocoa/Conceptual/
>
PropertyLists/index.html#//apple_ref/doc/uid/10000048i#
>
>
About Serialization:
>
>
http://developer.apple.com/documentation/Cocoa/Conceptual/Archiving/
>
Concepts/serializations.html
>
>
>
Andreas
Ok, thanks Allan and Andreas. I will dig in tonight and let you know my
solution later.
DB
_______________________________________________
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.