Re: Finder Whose by Modification date
Re: Finder Whose by Modification date
- Subject: Re: Finder Whose by Modification date
- From: Shane Stanley <email@hidden>
- Date: Sat, 04 May 2002 09:04:43 +1000
On 3/5/02 11:13 PM +1000, Jason Bourque, email@hidden, wrote:
>
Ok what am I missing or is OS X just broken?
>
>
set vComparingDate to (current date) - (5 * days)
>
>
tell application "Finder"
>
name of every file of desktop whose (modification date) >
>
(vComparingDate)
>
end tell
I'm not in X at the moment, but I wonder if the problem is not with the date
but rather with "every file of desktop". I couldn't get "every file of
selection" yesterday.
--
Shane Stanley, email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.