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: Michelle Steiner <email@hidden>
- Date: Thu, 8 Apr 2004 00:35:53 -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)
It is an elegant solution, but it needs a minor tweak; I get an error
with it, but the following works for me, though:
tell application "Finder" to get files of item f1 where name is not in
(get name of (files of item f2))
-- Michelle
--
Failure is not an option. It comes bundled with the software.
_______________________________________________
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.