Applications folder path
Applications folder path
- Subject: Applications folder path
- From: Ed Baskerville <email@hidden>
- Date: Wed, 12 Sep 2001 17:25:20 -0400
Simple question, if anyone's done this:
My app wants to present an open sheet to select an application. How can
I get the path to the Applications folder for the sheet's default
location? NSStandardApplicationPaths() is supposed to give me an
NSArray--I tried just using the first object in the returned array--but
the compiler claims that NSStandardApplicationPaths() is an undefined
symbol. (NSHomeDirectory() has no problems).
Thanks,
Ed Baskerville