mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Examples out of date #127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaffo on GitHub (Sep 25, 2016).
Examples at https://github.com/adamhathcock/sharpcompress/wiki/API-Examples
Say
using (var zipWriter = WriterFactory.Open(ArchiveType.Zip, zip))
However newest version takes 3 arguments.
@adamhathcock commented on GitHub (Sep 26, 2016):
Should do this along side an options refactor mentioned in https://github.com/adamhathcock/sharpcompress/issues/172
@adamhathcock commented on GitHub (Sep 29, 2016):
Hopefully this covers it: https://github.com/adamhathcock/sharpcompress/blob/master/USAGE.md
Can make PRs!