View Single Post
Quote:
Originally Posted by RandyShulman View Post
I am not familiar with Applescript but would like to change the path of these Project folders so that they're found in my dropbox folder and not my document folder. I can not figure out how to alter this so that it works:

set projectsPath to (path to documents folder as text) -- path to main projects folder
Try this:

Code:
set projectsDir to (path to home folder as text) & "Dropbox" & ":" -- Path to projects folder (change this as you like)