You can use something like this:
set adobeCameraRawFolderPath to (((path to application support from user domain)
as string) & "Adobe:CameraRaw:") as alias
To get the POSIX path:
set posixAdobeCameraRawFolderPath to POSIX path of adobeCameraRawFolderPath
NSGod source
share