Where is applications folder on OSX
Colin Holgate
coiin at verizon.net
Mon Nov 2 13:34:33 EST 2009
On Nov 2, 2009, at 1:26 PM, Richard Miller wrote:
> Is there a simple and reliable way to know where the primary
> Applications folder is under OSX? Is there a specialfolderpath() to
> it?
The help on specialfolderpath goes into great detail, and also points
to this handy page:
http://developer.apple.com/legacy/mac/library/documentation/Carbon/Reference/Folder_Manager/Reference/reference.html
From that you can work out that this will give you the Applications
path:
put specialfolderpath("apps")
More information about the use-livecode
mailing list