So I have a simple app which, in essence, creates a text file with some items 
determined by the user (kind of like an old-fashioned Mad Libs page). Most of 
the file does not change...I just change a few portions based upon checkbox 
states, textfield contents, etc. Question is: should I have that file 
pre-created within the app bundle, load it, make changes, and save out? Or, 
should I store the text in some strings within code and just write out the file 
when needed?

Are there any folks out there with practical experience here for one method vs 
another?

Thanks,
j

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to