ARTICLE
File Merger and Splitter in C#
This program can break up a large file into several files AND merge those files back into one single large file.
Article Extensions
Download File: FileSplit.zip Hi all,
I added this code to a solution and cleaned it up a little. The code does work but it isn't the cleanest.
It is a good jumping off point.