Urgent!!!, I have many image files ZIP. How could i write an app. To UNZIP the files? The problem is that once you unzip the images files the files are ZIP and you have to unzip then again until the images files appears
Printable View
Urgent!!!, I have many image files ZIP. How could i write an app. To UNZIP the files? The problem is that once you unzip the images files the files are ZIP and you have to unzip then again until the images files appears
use the shell command and the pkunzip.exe utility to unzip
Call it recursively to unzip all files.
ProcessID = shell(exename parameters...)
OR
shell exename parameters..