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?
Share
You can use a standard Unix shortcut to access the user’s home folder:
The preceding
~is shorthand for the user’s home directory (equivalent to the$HOMEenvironment variable)