michisoft.com

Split a large file using binary file access

This sample program shows you how to read and write data using binary file access with visual basic. With binary access you can quickly read and write large amounts of data and you are not restricted to text files.
Download the complete file splitter example.

The example program opens a file, splits it into smaller files and writes a .bat file to join the files.

Go back to my vb-page.