Resource Management ??
Resource Management ??
- Subject: Resource Management ??
- From: Manuel Arturo Marques Pita <email@hidden>
- Date: Thu, 4 Apr 2002 14:30:41 +0100 (BST)
Hello all,
I have a question about resource management. I am working on an
application in which the user defines the components of instances of a
certain class. These instances can be chosen to become available as
predefined in the application when the user comes back (When the user
comes back the name he/she gave to the object appears in a list of
predefined objects).
My question is: How should I manage this? Where do I save these objects? I
created a directory (called test) in the same folder where the app
resides and I send all the stuff there, but this is not the best way to do
it (for many reasons) as the idea would be to store this in a directory
under the control of the app that is hidden to the user. I tried saving to
/Contents/Resourses subdirectory of my main.app but it does not seem to
work...
I know I have a conceptual problem here. Can I use a bundle for this?
Where is the best (hidden) place to store and hide user generated objects
that will be available to the user upon request (no documents, they're
preference-like objects)?
Thanks a lot in advance!
Manuel
--
* * * * * * * * * * * * * * * * * * * * * * * * * *
Manuel Marques-Pita
Division of Informatics. University of Edinburgh
2 Buccleuch Place - EH8 9LW - Scotland, UK
http://www.iccs.informatics.ed.ac.uk/~manux
* * * * * * * * * * * * * * * * * * * * * * * * * *
_______________________________________________
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.