I have spent several days trying to extract 900 files from a ZIP file with the following code
that I searched and copied from the forum but it doesn't work for me
- Code: Select all Expand view
lMkDir( cDirGlb) <=== yes the folder is created correctly
aFiles := hb_GetFilesInZip(cPathFile,(.T.))
IF hb_UnzipFile( cPathFile,,,,cDriGlb,aFiles,nil)
? "Very Good"
ELSE
? "Failed"
ENDIF
And it doesn't unzip it, what am I doing wrong?
Best regards