Thread: Concatenation
View Single Post
  #3 (permalink)  
Old 03-04-2008, 10:23 PM
HelloWorld's Avatar
HelloWorld HelloWorld is offline
PT Admin
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,119
iTrader: (0)
HelloWorld is a jewel in the roughHelloWorld is a jewel in the roughHelloWorld is a jewel in the rough
Well, you need to read from both files.. check from one string and compare it with the other one, and if they're the same, then write it once on the other file... basically, just create a new file based on these two files... compare them line by line.. or however you want to implement it..

if you don't want the two files to exists, you can delete them too I don't see it difficult to be implemented..

__________________
PHP Code:
System.out.println("Hello World!"); 

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote