Re: How to manage image-list
Re: How to manage image-list
- Subject: Re: How to manage image-list
- From: Philip Aker <email@hidden>
- Date: Fri, 12 Jun 2009 10:40:36 -0700
On 2009-06-12, at 07:26:55, Philip Aker wrote:
set fold to (choose folder) set name_key to "123-456-78" set prefix to (words of name_key as text) -- "12345678" tell application "System Events" every file of fold whose name begins with prefix and kind contains "image" end tell
A shy retiring list member has sent me a note to say the above will also snag items whose kind is "Disk image". So if that could be the case, a change will be necessary:
every file of fold whose name begins with prefix and kind contains "image" and kind does not contain "Disk"
Philip Aker echo email@hidden@nl | tr a-z@. p-za-o.@ Democracy: Two wolves and a sheep voting on lunch.
|
_______________________________________________
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