You can use MacScript to get access to the Application's path on your Mac OS X:
Function GetApplicationsPath() As String GetApplicationsPath = MacScript("path to applications folder as text") End Function