Re: Is this valid "whose" syntax for folder actions file extension filtering?
Re: Is this valid "whose" syntax for folder actions file extension filtering?
- Subject: Re: Is this valid "whose" syntax for folder actions file extension filtering?
- From: "Stockly, Ed" <email@hidden>
- Date: Tue, 09 Feb 2010 16:29:34 -0800
- Thread-topic: Is this valid "whose" syntax for folder actions file extension filtering?
Title: Re: Is this valid "whose" syntax for folder actions file extension filtering?
Here’s how I would do this:
On 2/9/10 4:04 PM, "Alex Zavatone" wrote:
Hi. I'm trying to filter the items dropped on a folder in a folder action script. Is this the proper way to do it in a whose statement? Also, how is the programmer able to see debug output or errors from folder action scripts?
Thanks in advance,
- Alex Zavatone
on adding folder items to thisFolder after receiving someItems
repeat with myItem in (someItems whose name extension is "png")
_______________________________________________
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
_______________________________________________
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