Hello Peter Robertson,
You may also try 'backup' command in 'Satimage.osax', that is freeware scripting additions made and distributed by Satimage-software, France.
This 'backup' command is actually to synchronize folders, but it has also an option to generate report only, that you may use.
Here's a sample script to compare source and destination folders and generate report on 'missing files' and 'outdated files' in destination folder.
Good luck,
H
-- SCRIPT
(*
* Using Satimage OSAX's
backup
Preparation:
Install Satimage OSAX in:
under OSX (either of the followings)
/Library/ScriptingAdditions/
~/Library/ScriptingAdditions/
under OS9
System Folder:Scripting Additions:
* download sources:
http://www.satimage.fr/software/en/downloads_software.html
http://www.satimage.fr/software/en/soft9.html
*)
set fda1 to choose folder with prompt "Choose master (source) folder."
set fda2 to choose folder with prompt "Choose lesser (destination) folder."
set report to backup fda1 onto fda2 level 0 recursively {true}
return report
-- END OF SCRIPT
Mac OS 9.1.x