• 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: Need a fast answer to a basic finder prob.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need a fast answer to a basic finder prob.


  • Subject: Re: Need a fast answer to a basic finder prob.
  • From: pete boardman <email@hidden>
  • Date: Wed, 31 Aug 2005 15:48:02 +0100

On 31 Aug 2005, at 15:06, Jay Louvion wrote:

Tried: (wrapped in a “tell Finder”)

set thelist to (every item of localfiles whose name contains "_") as alias list

But hey, that would be just _too_ simple.

Can you avoid using a variable at this point? (since the following should work)


tell application "Finder"
set thelist to (every item of (path to documents folder) whose name contains "_") as alias list
end tell


cheers


Pete _______________________________________________ Do not post admin requests to the list. They will be ignored. Applescript-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Need a fast answer to a basic finder prob. (From: Jay Louvion <email@hidden>)

  • Prev by Date: Re: Need a fast answer to a basic finder prob.
  • Next by Date: Re: Need a fast answer to a basic finder prob.
  • Previous by thread: Re: Need a fast answer to a basic finder prob.
  • Next by thread: Re: Need a fast answer to a basic finder prob.
  • Index(es):
    • Date
    • Thread