Hi
Is there some way to compress and to split many files and folders using some dll ?
Exists some dll free ?
Tia
Printable View
Hi
Is there some way to compress and to split many files and folders using some dll ?
Exists some dll free ?
Tia
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