Re: [Array writeToFile:Path atomically:YES]
Re: [Array writeToFile:Path atomically:YES]
- Subject: Re: [Array writeToFile:Path atomically:YES]
- From: Andreas Mayer <email@hidden>
- Date: Wed, 12 May 2004 04:47:24 +0200
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
_______________________________________________
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.