Re: Saving a NSMutableArray into a plain ASCII file
Re: Saving a NSMutableArray into a plain ASCII file
- Subject: Re: Saving a NSMutableArray into a plain ASCII file
- From: Frank Blome <email@hidden>
- Date: Wed, 29 May 2002 00:29:13 +0200
On Mittwoch, Mai 29, 2002, at 12:06 AM, Marcel Weiher wrote:
Have you tried
[[contents componentsJoinedByString:@"\n"] writeToFile:configFile
atomically:YES]
Not until now... It works great.
Thank you, Marcel !
_______________________________________________
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.