Click to See Complete Forum and Search --> : Splitting Files...


September 17th, 1999, 02:32 PM
I am looking for a way to split files into parts and then have ability to combine them again into one...

Exmaple: I have 10MB file and I can run it thru function to divide the file into 10 smaller ones...
on the other hand I need to be able to combine the small files into one 10 MB

Thanks

ranjit
September 19th, 1999, 03:13 AM
I did it once the logic that i used was to open the file in binary mode and using get and put functions and using a byte array i was making smaller files out of it. Hope it helps you

mory_min
September 13th, 2000, 03:57 AM
There is a great application called "Moving" which compresses
files and directories splits them into small pieces and can even
send them by mail.
It can be downloaded from: www.domoving.com - Very recommended.

mory_min
September 13th, 2000, 04:03 AM
There is a great application called "Moving" which compresses
files and directories splits them into small pieces and can even
send them by mail.
It can be downloaded from:
http://www.domoving.com - Very recommended.

yench_re
September 16th, 2000, 09:14 AM
Thanks,

Great application - helped me a lot.

yench_re
September 16th, 2000, 09:17 AM