I’m using the ZipForge to extract an archive in VB.NET.
When I run the code I get no errors, but it doesn’t extract any of the files. This is the code I’m using:
ZipForge1.FileName = "Archive.zip"
ZipForge1.OpenArchive(FileMode.Open)
ZipForge1.BaseDir = "C:\Extract"
ZipForge1.ExtractFiles()
Any help as to why this is not working would be appreciated.
Try calling CloseArchive after you extract: