Core Data: save to multiple files?
Core Data: save to multiple files?
- Subject: Core Data: save to multiple files?
- From: "Patrick Crosby" <email@hidden>
- Date: Sat, 31 Mar 2007 11:20:27 -0400
I have a document-based core data app with something like:
Document -> has many -> Page -> has many -> Block
(one Document object which has many Page objects. Each Page object
has many Block objects.)
It all works fine and saves the document to one big file.
Say for some perverse reason I want to save each Page object (and the
many Block objects that belong to it) to separate files, one file per
Page. Is this possible?
I've read everything I can find on core data and can't figure out a
way to do this.
Thanks in advance for your help...
patrick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden