Re: Eject image
Re: Eject image
- Subject: Re: Eject image
- From: Luther Fuller <email@hidden>
- Date: Thu, 28 Feb 2013 11:53:41 -0600
On Feb 28, 2013, at 11:44 AM, Christopher Stone wrote: if (do shell script "hdiutil info") contains "TEST.sparseimage" then tell application "Finder" eject disk "TEST" end tell end if
Careful. The name of the image file may NOT be the name of the image disk it mounts. (The user can change the name of the image file in the Finder.) Or you can narrow down the contents:
(do shell script "hdiutil info | sed -En '/^image-path/p'")
A very good alternative.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden