Re: Finder Whose by Modification date
Re: Finder Whose by Modification date
- Subject: Re: Finder Whose by Modification date
- From: Jason Bourque <email@hidden>
- Date: Fri, 03 May 2002 10:55:29 -0400
Ok, the "vFolderPath" line shouldn't have been in there.
The error I am getting "Finder got and error: Can't make some data
Into the expected type.
I am running:
AS version: 1.8.2, OS version: 10.1.4
Thanks,
Jason Bourque
Co-Director Boston AppleScript Users Group
On 5/3/02 10:26 AM, "email@hidden" <email@hidden> wrote:
>
> 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.
_______________________________________________
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.