Return to Snippet

Revision: 318
at July 9, 2006 13:23 by katz


Initial Code
tell application "Finder"
	if exists "GyazMail" then
		do shell script "hdiutil detach \"/Volumes/GyazMail\""
	end if
end tell

Initial URL


Initial Description
In this case, if we have mounted GyazMail.dmg, unmount it.

Initial Title
unmount disk image (*.dmg) file

Initial Tags


Initial Language
AppleScript