-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
objZipFile = ZipFile.Read(sourceFilePath, objReadOptions);
if (!string.IsNullOrEmpty(password))
{
objZipFile.Password = password;
}
objZipFile.ExtractAll(destinationFilePath, ExtractExistingFileAction.InvokeExtractProgressEvent);
The event handler ExtractProgress doesnt get called at all although all files are extracted successfully.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels