Re: [newbie] Reading a CSV file
Re: [newbie] Reading a CSV file
- Subject: Re: [newbie] Reading a CSV file
- From: Nathan Day <email@hidden>
- Date: Wed, 29 May 2002 19:43:28 +0930
look at NSString in particular + (id)stringWithContentsOfFile:(NSString
*)path and - (BOOL)writeToFile:(NSString *)path atomically:(BOOL)flag as
well as the class NSScanner.
On Wednesday, May 29, 2002, at 05:22 PM, Carl Gherardi wrote:
Hi all,
I'm trying to figure out how to open a text file and parse it using
Cocoa
(not unix calls).
Which classes should I be concentrating on?
_______________________________________________
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.