How to join files in delphi 7

Status
Not open for further replies.
This should be possible using the TFileStream class. Use a TFileStream for each file to be read then combine them into one TFileStream for output. There are plenty of references online and you can probably find actual code on StackOverflow.com. The Delphi help file should be more than enough to get you going.
 
Status
Not open for further replies.