Return to Snippet

Revision: 17829
at September 15, 2009 01:20 by lildemon


Initial Code
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

Initial URL


Initial Description


Initial Title
Conditional code

Initial Tags


Initial Language
AppleScript