
Signature
If this message helped you, consider buying an item
from my wish list: <http://web.meeroh.org/wishlist>
:> How do you set the current working directory to the
:> directory from which the application was launched?
[quoted text clipped - 3 lines]
:> predictable when I try to run my program as a standalone
:> application.
: Don't. The correct solution is to make your application not depend on the
: current directory.
: What are you doing that depends on the cwd that the app was launched from?
: meeroh
I want to access data files associated with the application.
I figured out the the CFBundle stuff and it does what I want.
Stephen
Miro Jurisic - 29 Jan 2005 07:21 GMT
> I want to access data files associated with the application.
> I figured out the the CFBundle stuff and it does what I want.
Yes, your data files should be stored inside your bundle, and CFBundle is how
you should get at them.
meeroh

Signature
If this message helped you, consider buying an item
from my wish list: <http://web.meeroh.org/wishlist>