On Mon, Sep 1, 2008 at 1:29 PM, Graff <[EMAIL PROTECTED]> wrote: > Note that I avoided hard-coded paths by using > NSSearchPathForDirectoriesInDomains. This is important because hard-coded > paths can break in many ways, such as when the user is on a non-english > system.
Actually this is not true. The directory names remain the same no matter what language you use. It's still a good idea to use the function rather than hard coding the names, because the names could conceivably change in the future, but on current Mac OS X system you'll find that "Library" is always called "Library" at the UNIX path level. Mike _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]