Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
 
MSDN Visual Basic Community
 
 
 
 
 
 
TitleSplit a file into pieces and reassemble it
DescriptionThis example shows how to split a file into pieces and reassemble it in Visual Basic 6.
Keywordssplit file, break file
CategoriesFiles and Directories
 
Thanks to Allen Clark Copeland Jr.

The SplitFile function opens a file and determines the needed number of split files and number of bytes per file. It saves each file seperately and makes a template file describing the input file.

The ReassembleFile function uses the template to reverse the process.

See the code for details.

 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated