|
-
September 17th, 1999, 02:32 PM
#1
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
-
September 19th, 1999, 03:13 AM
#2
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
-
September 13th, 2000, 03:57 AM
#3
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.
-
September 13th, 2000, 04:03 AM
#4
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.
-
September 16th, 2000, 09:14 AM
#5
Re: Splitting Files...
Thanks,
Great application - helped me a lot.
-
September 16th, 2000, 09:17 AM
#6
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|