[comp.sys.mac.programmer] Application Data

yahnke@vms.macc.wisc.edu (Ross Yahnke, MACC) (05/16/89)

If an application wants to access a chunk of data, say about 15K
worth, by reading it into a handle and accessing it as an array,
what's the best way to store it? In the resource fork of the app?
Apple sez the res manager isn't a db manager, but is it ok to just
read the whole thing into the app heap, make whatever changes
appropriate, and write it back out?

Or if it should go into the data fork of the app, what's the best
way to access while developing the app in LSC?  

--thanks for any hints!