Re: Droplet
Re: Droplet
- Subject: Re: Droplet
- From: JJ <email@hidden>
- Date: Fri, 04 May 2001 10:45:32 +0200
>
Message: 2
>
Date: Fri, 04 May 2001 02:49:43 +0200
>
Subject: Droplet
>
From: Fermin Parente <email@hidden>
>
To: AppelScript <email@hidden>
>
>
Hi,
>
>
How can I do to get a script able to throw a folder containing several files
>
on a Droplet created with ImageReady?
>
--
Hi:
You could make a cushy folder action or a snug applet.
ImageReady droplets are applications. So, it's easy:
tell app "Finder"
set the_folder to your_folder
set your_droplet to application file your_name's_droplet
set your_files to every item of (list folder the_folder)
repeat with i from 1 to count items of your_files
open item I using your_droplet
end repeat
end tell
JJ
*"Throw"-folder is so violent. "Drop"-over-a-droplet iterating. What about
"depositing"-onto?
**Soy de Madrid, pero tengo un diccionario cojonudo.