Roy Chastain

Results 1 comments of Roy Chastain

I am sorry, but I do not understand. The example. ```cs using(var zipStream = zipFile.GetInputStream(zipEntry)) { // Extract Zips-within-zips if (entryFileName.EndsWith(".zip", StringComparison.OrdinalIgnoreCase)) { RecursiveExtractRebuild(outZipStream, zipStream); } ``` I do not...