View Single Post
Quote:
Originally Posted by geggyta516 View Post
Hi,

has anybody been able to change the scripts successfully to point to dropbox instead of documents?
Yes. As I posted previously, change this line:

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

Code:
set projectsDir to (path to home folder as text) & "Dropbox" & ":" -- Path to projects folder (change this as you like)
and you should be set. You need to create the Projects folder in your Dropbox folder before running the script, and you'll need to create a folder for each project by running the Project Folder script on each one.