/ Published in: AppleScript
Expand |
Embed | Plain Text
tell application "Finder" if (folder "My Folder" of desktop exists) = false then make new folder at desktop with properties {name:"My Folder"} else tell me to display dialog "The floder already exists." end if end tell
You need to login to post a comment.
