Re: [[NSBundle mainBundle] bundlePath] and trailng slashes...
Re: [[NSBundle mainBundle] bundlePath] and trailng slashes...
- Subject: Re: [[NSBundle mainBundle] bundlePath] and trailng slashes...
- From: Chase <email@hidden>
- Date: Mon, 18 Jul 2005 17:43:19 -0500
i was looking at that, but it didn't seem very useful, since the path
component is a filename, not a slash.
in fact:
[[NSBundle mainBundle] bundlePath]
and
[[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"/"]
are equal.
appending a path component of @"/" seems to do nothing.
what exactly were you thinking I could do with those methods?
- Chase
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden