Re: newest file in a folder
Re: newest file in a folder
- Subject: Re: newest file in a folder
- From: John McAdams <email@hidden>
- Date: Sun, 17 Dec 2000 21:05:05 -0500
this works for me:
tell application "Finder"
--set x to choose folder
--open x
set view of container window of x to modification date
set lastMod to item 1 of container window x
end tell
--
John McAdams
email@hidden