You have to loop through each zip file and unzip them.Code:For Each file In IO.Directory.GetFiles(Label1.Text, "*.zip") UnzipArchive(file, Label2.Text) Next
|
Results 1 to 15 of 15
Thread: [RESOLVED] Unzip folderThreaded View
|
Click Here to Expand Forum to Full Width |