RE: File Compare

2000-10-02 Thread Larry Juncker
YES - ARAXIS 2000 Super program - goto http://www.araxis.com Larry Juncker Senior Cold Fusion Programmer Heartland Internet -Original Message- From: j p [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 10:59 AM To: CF-Talk Subject: File Compare Dose anyone have a good way

RE: File Compare

2000-10-02 Thread Scott, Andrew
Depends on how much reporting back you want to do:-) What you could do if you wanted was load to variables from the cffile, with file1 and file2 and then do a compare from them:-) So cffile variable="file1" and cffile variable="file2" cfif file1 eq file2 File is equal /cfif Or if you wanted