Re: how to know the home directory and its name?
Re: how to know the home directory and its name?
- Subject: Re: how to know the home directory and its name?
- From: j o a r <email@hidden>
- Date: Sat, 26 Nov 2005 14:07:26 +0100
Short answer:
NSString *myHomeDirPath = NSHomeDirectory();
Long answer:
Why do you need to know? Usually you're looking for some other path,
and the correct way to access that path is almost always something
other than "NSHomeDirectory() + some path".
If you can describe what you're trying to do, we can probably give
better advice.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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