Re: Finder Whose by Modification date
Re: Finder Whose by Modification date
- Subject: Re: Finder Whose by Modification date
- From: email@hidden
- Date: Fri, 3 May 2002 15:26:47 +0100
>
set vComparingDate to (current date) - (5 * days)
>
set vFolderPath to alias "PowerBook Docs:MFS Scripting Projects:EDP
>
Script Server:Symmetric Folders 3.0.0:"
>
tell application "Finder"
>
name of every file of desktop whose (modification date) >
(vComparingDate)
>
end tell
Works for me. Does the fact that you define vFolderPath and then ask for
the files on the Desktop have any relevance as you don't actually say what
the problem is.
_______________________________________________
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.