Syntax
public
static
void ExtractZip(string zipFile, string targetDirectory, Predicate<System.IO.Compression.ZipArchiveEntry> shouldExtract)
Parameters
- zipFile
- Type: string
- targetDirectory
- Type: string
- shouldExtract
- Type: System.Predicate<System.IO.Compression.ZipArchiveEntry>