Eject image
Eject image
- Subject: Eject image
- From: Robert Poland <email@hidden>
- Date: Thu, 28 Feb 2013 09:15:45 -0700
Hi,
I'm trying to create a script that will close a disk image if it exists.
This is one of my attempts;
tell application "Finder"
activate
if exists disk image("/Users/rpoland/Stuff.sparseimage") then
beep 2 -- for testing
-- eject image "Stuff~ƒ"
end if
end tell
Any ideas would be appreciated.
TIA,
Robert Poland - Fort Collins, CO
_______________________________________________
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