Making several binary files into single file
We have software which stores data into multiple binary files. We want to combine all those file into single file without compression so that end user will not be confused with several files but be comfortable with single file. We want to know how to make several files into a single file and how to read a single file from that combined file without extracting it. (or probably with extracting). We have developed the software using visual basic 6.0. please help us.