[PR #614] [MERGED] Ensure destination directory exists. #1127

Open
opened 2026-01-29 22:19:06 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/614
Author: @adamhathcock
Created: 9/12/2021
Status: Merged
Merged: 9/12/2021
Merged by: @adamhathcock

Base: masterHead: ensure-dest-dir-exists


📝 Commits (2)

  • a8d065d Ensure destination directory exists
  • 0209d00 Minor updates and prep for 0.29

📊 Changes

6 files changed (+21 additions, -9 deletions)

View changed files

📝 .github/workflows/dotnetcore.yml (+1 -1)
📝 build/build.csproj (+1 -1)
📝 global.json (+2 -1)
📝 src/SharpCompress/Common/ExtractionMethods.cs (+12 -1)
📝 src/SharpCompress/SharpCompress.csproj (+4 -4)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+1 -1)

📄 Description

Also check for trailing slash and add if necessary


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/614 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 9/12/2021 **Status:** ✅ Merged **Merged:** 9/12/2021 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `ensure-dest-dir-exists` --- ### 📝 Commits (2) - [`a8d065d`](https://github.com/adamhathcock/sharpcompress/commit/a8d065dc9eb7cca1165c7fc4b22b2b1bf4e2b579) Ensure destination directory exists - [`0209d00`](https://github.com/adamhathcock/sharpcompress/commit/0209d001641b3c7713e4cfe69c789d93b5f2580f) Minor updates and prep for 0.29 ### 📊 Changes **6 files changed** (+21 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dotnetcore.yml` (+1 -1) 📝 `build/build.csproj` (+1 -1) 📝 `global.json` (+2 -1) 📝 `src/SharpCompress/Common/ExtractionMethods.cs` (+12 -1) 📝 `src/SharpCompress/SharpCompress.csproj` (+4 -4) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+1 -1) </details> ### 📄 Description Also check for trailing slash and add if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:19:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1127