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:11:14 -0700
On Apr 7, 2004, at 8:27 PM, Bill Christens-Barry wrote:
I've been trying to write a handler that compares two folders
("folderOne" and "folderTwo") and returns a list "(inOneNotInTwo") of
the files that are in folderOne but not in folderTwo.
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)
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.