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: Adam Wuellner <email@hidden>
- Date: Wed, 31 Aug 2005 09:48:31 -0500
On 8/31/05, Adam Wuellner <email@hidden> wrote:
> something like this: (untested)
> set newlist to {}
> repeat with i from 1 to count localfiles
> if name of info for item i of localfiles contains "_" then
> set end of newlist to contents of item i of localfiles
> end if
> end repeat
this is still untested but at least it compiles ;)
set newlist to {}
repeat with i from 1 to count localfiles
if name of (info for item i of localfiles) contains "_" then
set end of newlist to contents of item i of localfiles
end if
end repeat
_______________________________________________
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