Character by Character File Compare

2008-06-19 Thread Colman, Richard
Looking for functions/algorythm that would easily enable me to compare three files on a character-by-character basis to detect differences. Any suggestions appreciated. Rick. ~| Adobe® ColdFusion® 8 software 8 is the most

RE: Character by Character File Compare

2008-06-19 Thread Brad Wood
:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 5:29 PM To: CF-Talk Subject: Character by Character File Compare Looking for functions/algorythm that would easily enable me to compare three files on a character-by-character basis to detect differences. Any suggestions appreciated. Rick

RE: Character by Character File Compare

2008-06-19 Thread Colman, Richard
. Rick. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 3:39 PM To: CF-Talk Subject: RE: Character by Character File Compare I would look into a program called Araxis Merge. :) If you're talking about doing so programmatically, that's going

RE: Character by Character File Compare

2008-06-19 Thread Colman, Richard
HOWEVER, there is one wrinkle, I actually need to compare three files -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 3:39 PM To: CF-Talk Subject: RE: Character by Character File Compare I would look into a program called Araxis Merge

RE: Character by Character File Compare

2008-06-19 Thread Brad Wood
Message- From: Colman, Richard [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 5:48 PM To: CF-Talk Subject: RE: Character by Character File Compare Need to do it programattically since I have about 600 sets of files to compare. Luckily, the files should be identical ... I am looking

RE: Character by Character File Compare

2008-06-19 Thread Brad Wood
on very large files, but CF8 has phenomenal improvements in string manipulation and testing over previous versions of CF. ~Brad -Original Message- From: Colman, Richard [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 5:49 PM To: CF-Talk Subject: RE: Character by Character File

Re: Character by Character File Compare

2008-06-19 Thread Claude Schneegans
Comparing a hash of each file would surely reduce the amount of text CF had to throw around especially if you are performing several tests with the same set of files. Apparently yes, but calculating the hash certainly takes more time than comparing two strings, and it needs to go through the

Re: Character by Character File Compare

2008-06-19 Thread Kym Kovan
Comparing a hash of each file would surely reduce the amount of text CF had to throw around especially if you are performing several tests with the same set of files. I'd be tempted to split the work buy doing a simple check at the start on file sizes. If they are different then you _know_

Re: Character by Character File Compare

2008-06-19 Thread Claude Schneegans
I'd be tempted to split the work buy doing a simple check at the start on file sizes. Well, obviously. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED])

File Compare

2000-10-02 Thread j p
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

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
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 pub

File compare feature

2000-06-07 Thread Larry Juncker
Someone told me that there was a way to compare two files in Cold Fusion Studio, but they did not tell me how. Can anyone tell me if this is possible and if so how? I have looked at all of the docs and I can not find a way of doing this. What I am attempting to do is compare some changed files