Created
February 17, 2011 11:41
-
-
Save founddrama/831552 to your computer and use it in GitHub Desktop.
Sample code for "Automater still a little lacking"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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