Results 1 to 2 of 2

Thread: Compress and Split Files

  1. #1

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709

    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

  2. #2
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    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
  •  



Click Here to Expand Forum to Full Width