Please enable JavaScript to view this site.

Codolex

The read zip activity can be used to read the contents of a file in a zipfile without extracting.

 

ReadList

Activity properties

 

begin

ZipFileToUse.Read('FileName', CustomArray);

end;

Resulting Code

 

 

The output must be a variable of type TBytes, TStream or TArray<Byte>.

© by GDK Software