Thanks for the tip.
I used AddDirectory, but it doesn't do anything.
Code:pjDir = FBDialog.SelectedPath If pjDir <> "" Then Using zip As ZipFile = New ZipFile zip.AddDirectory(pjDir) zip.Save("MyZipFile.zip") End Using End If
|
Results 1 to 5 of 5
Hybrid View
|
Click Here to Expand Forum to Full Width |