Re: Limited list of files
Re: Limited list of files
- Subject: Re: Limited list of files
- From: Dale Saukerson <email@hidden>
- Date: Wed, 21 Feb 2001 05:19:13 -0600
At 9:42 PM -0900 2/20/01, g3pb wrote:
-- something like this should get you going
tell application "Finder"
set aliasList ,
to every item of alias "HD:folder:folder:" as alias list
set aliasList to sort aliasList by modification date
set shortList to items 1 thru 4 of aliasList
end tell
-- hcir
Gracias.
--
Dale Saukerson email@hidden
Minnesota, USA.
G4 Yikes PCI/400 mhz 256megs
AppleScript neophyte