Saving information to a file
Saving information to a file
- Subject: Saving information to a file
- From: "Jay Rimalrick" <email@hidden>
- Date: Mon, 22 Dec 2003 13:59:47 -0500
I want to retain information from my program by writing it to a file and then
retrieving it (as any good programmer would). I would use NSArchiver but my
situation is complicated.
I have a class that has information made up of NSStrings and floats
Furthermore, I have loose variables in my main controlling class such as ints
that take care of system behaviors and preferences.
Can't I just create a file, open it, and write my stuff out ala c++ and cout <<?
Or is NSArchiver still the way and if so can you please include some links that
may help me.
Thanks in advance,
jay
________________________________________________________________
Sent via the WebMail system at 1st.net
_______________________________________________
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.