Re: file info on a folder of items (2nd post)
Re: file info on a folder of items (2nd post)
- Subject: Re: file info on a folder of items (2nd post)
- From: Michelle Steiner <email@hidden>
- Date: Fri, 13 Apr 2001 08:49:48 -0700
On 4/13/01 8:22 AM, Dean Ross-Smith <email@hidden> wrote:
>
is there a way to get a list of items that that match certain file
>
criteria without using a repeat loop?
>
If I have a folder of stuff and want to get a list of files that are say >
>
1MB and whose file creator doesn't equal "temp", is there a really short way
>
of doing it?
tell application "Finder"
files of item 1 of the selection whose file type is not "temp" whose
size is greater than 1024000
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------