Re: Download dmg and then mount the volume ?
Re: Download dmg and then mount the volume ?
- Subject: Re: Download dmg and then mount the volume ?
- From: John Stewart <email@hidden>
- Date: Mon, 31 Jan 2005 11:06:30 -0500
On 01/30/05 at -0800 Graham Anderson said this
>set gFonovisaDMG to ((path to desktop) & gtheVolume as text)
In this, "path to desktop" is returning an alias to which you are trying to concatenate a string. Not going to work.
Try this instead
set gFonovisaDMG to ((path to desktop as Unicode text) & "Fonovisa.dmg")
The result of which is a string, add "as alias" at the end of the above to coerce it back to an alias (file must exist).
JBS
--
Why do croutons come in airtight packages? Aren't they just stale bread to begin with? - George Carlin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden