-
Splitting Files...
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
-
Re: Splitting Files...
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
-
Re: Splitting Files...
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.
-
Re: Splitting Files...
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.
-
Re: Splitting Files...
Thanks,
Great application - helped me a lot.
-
Re: Splitting Files...