on 11/16/2003 01:13 AM, Paul Berkowitz at [EMAIL PROTECTED] wrote: > 'added_items' will be a list of aliases. There is no need to pass them to > the Finder. You can, in fact, pass the entire 'added_items' list to Graphic > Converter without even doing a repeat loop for each alias. Just pass the > 'added_items' variable to GC: > > > on adding folder items to this_folder after receiving added_items > try > tell application "GraphicConverter" > print added_items without print dialog > end tell > end try > end adding folder items to
Had no idea added_items was a list, cute, no need for iterating or anything. Anyway, to the OP, looks like you have what you need now. -- ------------------------------------------------------------- Scott Haneda Tel: 415.898.2602 http://www.newgeo.com Fax: 313.557.5052 [EMAIL PROTECTED] Novato, CA U.S.A. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
