Page 1 of 1

extract with hb_UnZipFile to same directory

Posted: Mon Dec 16, 2019 1:36 pm
by Marc Vanzegbroeck
Hi,

I have a zip file that contains multiple diectory's with files.
If I use hb_UnZipFile(), it create the files and the directory.
Is is possible to extract all the files to 1 directory? (So without the directory).
Normaly, all files are unique, so there will be no problem with duplicated files .

Re: extract with hb_UnZipFile to same directory

Posted: Mon Dec 16, 2019 2:40 pm
by Marc Vanzegbroeck
Hi,

Just found it. With the lWithPath parameter.