Re: Newbie: Current Apps Directory
Re: Newbie: Current Apps Directory
- Subject: Re: Newbie: Current Apps Directory
- From: Andres Ramirez <email@hidden>
- Date: Tue, 15 Apr 2003 14:43:35 -0400
I'm doing a quick little drag and drop utility that has template files
next to it that I need to read. I have things set up to be flexible
enough to change which template files to use, but as a default, I would
like it to read the ones that are right next to it. ( html files )
( worst comes to worst I'll set it up in a preference, and have to set
it up the first time I use it, but I'd rather not do anything extra,
since one can easily change it if the initial suggestion is not good )
-- which in my case it is.
Thanks
- A
On Tuesday, April 15, 2003, at 02:19 PM, Finlay Dobbie wrote:
On Tuesday, April 15, 2003, at 06:53 pm, Andres Ramirez wrote:
Thanks in advance for all your patience with me. I thought I would be
able to figure this out by myself, but no such luck. I can't seem to
find a way to find my current apps directory. I can get the current
working directory( Using NSFileManager ), which is not always the
apps directory unfortunately. Any ideas where this information can be
> found?
The fact that you are looking for it suggests you are trying to do
something wrongly. What exactly do you want it for? Note that you
might not be able to write to your current application's directory,
resource files should be stored in your application's bundle
resources, preferences and user-specific files should be stored in
~/Library, yadda yadda.
-- Finlay
Andres Ramirez
Motion Graphics and Animation
http://www.pixeldream.com
617-413-8582
_______________________________________________
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.