• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to manage image-list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: How to manage image-list
      • From: Luther Fuller <email@hidden>
References: 
 >Re: How to manage image-list (From: "Pascal van den Bulck" <email@hidden>)
 >Re: How to manage image-list (From: Philip Aker <email@hidden>)

  • Prev by Date: Re: Mac OS X 10.4: using osascript to interact with users
  • Next by Date: Re: How to manage image-list
  • Previous by thread: Re: How to manage image-list
  • Next by thread: Re: How to manage image-list
  • Index(es):
    • Date
    • Thread