Re: Scripting dropping a file onto a droplet
Re: Scripting dropping a file onto a droplet
- Subject: Re: Scripting dropping a file onto a droplet
- From: Emmanuel <email@hidden>
- Date: Thu, 12 Apr 2001 03:13:01 +0200
At 21:39 +0200 11/04/01, Jesse Proudman (Lists Account) wrote:
>
Tell Application "Finder"
>
select file "x" of startup disk
>
open selection with "droplet" of startup disk
>
End Tell
I can't test that at the present moment, but did you try to follow the
Finder's dictionary ? :
-------------------------------
tell application "Finder" to open alias theFilePath using alias theDropletPath
-------------------------------
HTH
Emmanuel