How to join files in delphi 7

Hawkeye22

Distinguished
Moderator
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.