You are not logged in.
Pages: 1
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
Pages: 1