mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #342] Add Folders to ZipArchive #979
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?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/342
Author: @dos-ise
Created: 1/18/2018
Status: 🔄 Open
Base:
master← Head:AddFolders📝 Commits (3)
d627ca9Added AddDirectory Method4e243c6Added todo comment8267a6cAdded test to clarify the behavior📊 Changes
4 files changed (+70 additions, -4 deletions)
View changed files
📝
src/SharpCompress/Archives/Zip/ZipArchive.cs(+15 -3)📝
src/SharpCompress/Archives/Zip/ZipWritableArchiveEntry.cs(+13 -1)➕
tests/SharpCompress.Test/Zip/AddFolderTest.cs(+24 -0)📝
tests/SharpCompress.Test/Zip/ZipArchiveTests.cs(+18 -0)📄 Description
Add Folders to ZipArchive like in dotnetzip. Not yet ready
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.