Re: Need a fast answer to a basic finder prob.
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