Re: Compare files for 'find duplicates' script
Re: Compare files for 'find duplicates' script
- Subject: Re: Compare files for 'find duplicates' script
- From: pete boardman <email@hidden>
- Date: Mon, 21 Nov 2005 23:23:27 +0000
Doug, Emmanuel - thanks for the tip!
I'm going to try this tomorrow:
--
on get_md5(f)
set df to do shell script "md5 -q " & quoted form of ((POSIX
path of f))
set rf to do shell script "md5 -q " & quoted form of ((POSIX
path of f) & "/rsrc")
return df & "-" & rf
end get_md5
--
I hope that this will be a way to see if two files are the same...
Pete
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden