Re: ZipForge behavior



Thanks for your reply.

And, yes, it really is that simple. But somehow I set the component
property "InMemory" to true without realizing it. I then copied that
component to all my tests. It wasn't until I finally compared the DFM
files between the example project and my test project that I noticed it.
ZipForge was doing exactly what it was supposed to do. I, on the other
hand, wasn't.

Hmm, how to explain that one to the boss?


"Remy Lebeau (TeamB)" <no.spam@xxxxxxxxxxx> wrote in message
news:4728e2b6$1@xxxxxxxxxxxxxxxxxxxxxxxxx

"Paul Reeves" <paul.reeves@xxxxxxxxxxx> wrote in message
news:4728dc09$1@xxxxxxxxxxxxxxxxxxxxxxxxx

when I create even the simplest of projects, just to test the concept,
everything works except that I get no ZIP file. I can OpenArchive,
AddFiles and even ExtractFiles.

Are you calling CloseArchive()? I just recently started using ZipForge
and have no problem creating .zip files with it. All I do is call
OpenArchive(), then AddFiles(), then CloseArchive(). Nothing else.

The extracted files show up where they are supposed to, but the
actual archive is no where to be found.

Are you sure you are looking in the right folder for it? How are you
specifying the FileName exactly?


Gambit



.



Relevant Pages

  • ZipForge behavior
    ... talk about wasting time ... ... I need to create a simple ZIP file, so ended up looking at ZipForge because ... I can OpenArchive, AddFiles and even ExtractFiles. ... Eventually the entire test project looks exactly like an ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: ZipForge behavior
    ... AddFiles and even ExtractFiles. ... Are you calling CloseArchive()? ... I just recently started using ZipForge and ... OpenArchive, then AddFiles(), then CloseArchive. ...
    (borland.public.delphi.thirdpartytools.general)