Questions tagged [vclzip]

VCLZip is a Delphi and BCB component that makes it easy for applications to create and work with compressed data.

2 questions
5
votes
1 answer

VCLZip: "Virtual" directories in zip file

We have files that are grouped into different categories, say CatA..CatD. Every category has an associated folder which can be configured by the user. For example CatA goes to C:\Path\To\CatA, CatB to C:\Path\To\CatB and CatC and CatD go to…
Uli Gerhardt
  • 13,748
  • 1
  • 45
  • 83
0
votes
1 answer

VCLZip: Ask if readonly files should be overwritten

I'm using VCLZip 2.21 to unzip a zip file. I can make TVCLUnzip overwrite readonly files by setting ReplaceReadOnly to True. But how do I implement a confirmation by the user? I already added an OnSkippingFile handler setting Retry to True but this…
Uli Gerhardt
  • 13,748
  • 1
  • 45
  • 83