Hi Guys, >> Can anyone point me in a direction of the proper way to find a users home >> directory
> Look at NSHomeDirectory() or NSHomeDirectoryForUser() ? Oh, I am using currentUserHomeDirectory = NSHomeDirectoryForUser(NSUserName()); but I was told that this was not proper to be used anymore by another developer. >> and where to find where applications are installed or can I always assume >> /Applications? >There is no place "where applications are installed" on the Mac. An >application can be anywhere a user decides >to put them. On the desktop, on a >server, on a disk image. What would you use this information for? Why would >>you even care? Ah, well, What I am trying to do is ensure what version and what application of ours they are running. Our app is a plugin and it can be put in a few locations and I want to know. I *can* always check the paths manually and decide, but yes, perhaps LaunchServices would be best. Kyle, thank you for the link as well. -ML _______________________________________________ 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 arch...@mail-archive.com