Skip to Content
0
Jan 19, 2023 at 08:12 AM

Unzip multiple files from a .gz

97 Views

Hi,

we need to extract all the files contained in a .gz file. For zip files, we use the CL_ABAP_ZIP class, unfortunately the corresponding CL_ABAP_GZIP class seems not to allow extracting the list of files inside the compressed file. Can anyone help me?