#1 2020-04-30 16:48:03

radexpol
Member
From: Poland, Krk
Registered: 2019-11-29
Posts: 116

[Framework 2.0] Decompress files

How to implement the decompression of zip file to a directory? The SynZip.pas with their:

  zip := TZipRead.Create(zipFile);
  try
    zip.UnZipAll(filesRootPath);
  finally
    zip.Free;
  end;


is missing.

Offline

#2 2020-04-30 17:41:42

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,673
Website

Re: [Framework 2.0] Decompress files

A lot is missing.
The whole Zip feature is missing.

It is too early!

Offline

Board footer

Powered by FluxBB