Skip to content

Instantly share code, notes, and snippets.

@founddrama
Created February 17, 2011 11:41
Show Gist options
  • Save founddrama/831552 to your computer and use it in GitHub Desktop.
Save founddrama/831552 to your computer and use it in GitHub Desktop.
Sample code for "Automater still a little lacking"
set home to (path to home folder as string)
tell application "Finder"
    if home & "Desktop:4Uploadr" exists then
        return true
    else
        make folder at desktop with properties {name:"4Uploadr"}
    end if
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment