Writing objects to disk and retrieving
Writing objects to disk and retrieving
- Subject: Writing objects to disk and retrieving
- From: Mark T <email@hidden>
- Date: Thu, 5 Jul 2001 13:16:20 -0400
The application I'm working on has to read a few files from disk,
load 6 arrays with the contents of those files, and at the end of the
program, it has to write the arrays back to the files to save any
changes made to them. I've found methods like
arrayWithContentsOfFile: for retrieving the contents from the file,
but I can't find the method to create or modify a file in the first
place(in a format that can be read by arrayWithContentsOfFile: ).
Where might I look for such a thing?
Thank you,
Mark T.