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 to be more creative you could use turn the file into an
array, and compare each line individually:-)




regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-----Original Message-----
From: j p [mailto:[EMAIL PROTECTED]]
Sent: 03 October 2000 02:59
To: CF-Talk
Subject: File Compare


Dose anyone have a good way to do a file compare??? (via CF)

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to