I'm looking to create an applescript that will run across our office and copy a select file to co-workers users/co-workersusername/library/application support/adobe/cameraraw directory. Is there a generic alias so i can copy the file to whatever the current users library is?
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With