Re: produce list of differences between two folders?
Re: produce list of differences between two folders?
- Subject: Re: produce list of differences between two folders?
- From: Michael Terry <email@hidden>
- Date: Thu, 8 Apr 2004 00:15:34 -0700
On Apr 8, 2004, at 12:11 AM, Michael Terry wrote:
set {f1, f2} to {choose folder, choose folder}
get files of item f1 where name isn't in (get name of files of item f2)
I wrote that in a Smile text window with a Finder context. Of course
that should be:
set {f1, f2} to {choose folder, choose folder}
tell application "Finder"
get files of item f1 where name is not in (get name of files of item
f2)
end tell
Mike
_______________________________________________
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.