|
-
Jan 11th, 2011, 09:15 AM
#1
Thread Starter
Fanatic Member
Compress and Split Files
Hi
Is there some way to compress and to split many files and folders using some dll ?
Exists some dll free ?
Tia
-
Jan 11th, 2011, 10:03 AM
#2
Re: Compress and Split Files
To split a file is no big deal, you can do that in VB6 easily. Just open the file you want to split, then copy a portion of it in one file, and the rest in another file. You should be able to find code on the forums.
To compress use something like ZLib.dll, here is an example: http://www.vbforums.com/showthread.php?t=281783
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
|