Re: Getting path to ~/Library/Application Support/
Re: Getting path to ~/Library/Application Support/
- Subject: Re: Getting path to ~/Library/Application Support/
- From: Enigmarelle Development <email@hidden>
- Date: Sun, 16 Dec 2001 18:50:11 -0500
On Sunday, December 16, 2001, at 06:16 PM, Angela Brett wrote:
Would [@"~/Library/Application Support/" stringByExpandingTildeInPath] do
what you want?
Probably... Would it be localized though? That's why I was using
NSLibraryDirectory in the first place. Not that that would help with the
Application Support part anyway...
On Sunday, December 16, 2001, at 06:43 PM, Lance Bland wrote:
do you mean something like:
[NSHomeDirectory() stringByAppendingString:@"/Application Support/"];
This is basically the same as above, but it incorrectly puts Application
Support right in the user's home directory.
Anyway, what I have works, so unless someone comes up with a definitive NO
I'll just stick with that for now.
-john c. warner
enigmarelle development
http://www.enigmarelle.com/