Looking for Example: Parsing Files with NSScanner
Looking for Example: Parsing Files with NSScanner
- Subject: Looking for Example: Parsing Files with NSScanner
- From: Guy Winslow <email@hidden>
- Date: Fri, 29 Jun 2001 09:57:30 -0700
I have write a application that loads a text file in to a NSString
object. Then it inserts other strings in places i have inserted Key
Strings in the File. Finally it adds to the end. I assume this is
fairly common in setting up conf files in UNIX (Mac OSX) OS's. My code
looks like i am doing this the hard way. Is there any examples doing
something similar to this, that i can look at.