http://www.vb-helper.com/HowTo/split.zip

	Purpose
Split a file into pieces and reassemble it.

	Method
Split:
Open a file and determine the needed number of split files and number of
bytes per file. Saves each file seperately and make a template file
describing the input file.
 
Restore:
Use the template to reverse the process.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.

Thanks to Allen Copeland.
www.geocities.com/TimesSquare/Stadium/8002/
www.geocities.com/TimesSquare/Stadium/8002/vbresource/
