Re: UUID
Re: UUID
- Subject: Re: UUID
- From: Skeeve <email@hidden>
- Date: Thu, 31 Jan 2008 21:15:01 +0100
Luther Fuller wrote:
In case these is any question remaining, the man page for diskutil
leads me to this script which returns exactly what I need ...
Maybe my handler, I posted a few minutes ago, is helpful too.
"diskutil info /Volumes/" & (name of adisk) & "/"
the "/Volumes/" must not always be true so I guess a better aproach is
(what I did)
"diskutil info " & (quoted form of posix path of (name of adisk))
_______________________________________________
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
References: | |
| >UUID (From: Luther Fuller <email@hidden>) |
| >Re: UUID (From: Skeeve <email@hidden>) |
| >Re: UUID (From: Luther Fuller <email@hidden>) |