mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 21:21:57 +00:00
[PR #857] [MERGED] Fix for missing empty directories when using ExtractToDirectory #1286
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/857
Author: @alexprabhat99
Created: 7/16/2024
Status: ✅ Merged
Merged: 7/18/2024
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (2)
188a426fix for missing empty directories when using ExtractToDirectory004e094code formatted using csharpier📊 Changes
1 file changed (+15 additions, -3 deletions)
View changed files
📝
src/SharpCompress/Archives/IArchiveExtensions.cs(+15 -3)📄 Description
Fixes: #851
This creates empty directories without skipping them when using ExtractToDirectory.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.