Re: Finding files before app loads
Re: Finding files before app loads
- Subject: Re: Finding files before app loads
- From: "I. Savant" <email@hidden>
- Date: Tue, 28 Oct 2008 12:18:13 -0400
On Tue, Oct 28, 2008 at 12:09 PM, Glover,David
<email@hidden> wrote:
> I am now using [NSFileManager defaultManager], and all is working well
> (noob!) :o)
There are a lot of objects like this that follow the singleton
design pattern. Always consult the documentation when using an
unfamiliar class. The class methods section of any given class's API
reference will make it obvious if it's intended to be treated as a
singleton.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden