Skip to content

Instantly share code, notes, and snippets.

@apas
Created June 9, 2013 13:04
Show Gist options
  • Select an option

  • Save apas/5743440 to your computer and use it in GitHub Desktop.

Select an option

Save apas/5743440 to your computer and use it in GitHub Desktop.
tell application "Finder"
reopen
activate
set p to (system attribute "HOME") & "/Documents/Dropbox"
set target of Finder window 1 to POSIX file p
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment