Is there a shortcut to extract all files in a ZipArchive to a folder? #344

Closed
opened 2026-01-29 22:10:27 +00:00 by claunia · 1 comment
Owner

Originally created by @SuperJMN on GitHub (Jan 27, 2019).

Is there a shortcut to extract all files in a ZipArchive to a folder?

Thank you!

Originally created by @SuperJMN on GitHub (Jan 27, 2019). Is there a shortcut to extract all files in a ZipArchive to a folder? Thank you!
Author
Owner

@bipinbaglung commented on GitHub (Aug 9, 2019):

ZipArchive zipArchive = ZipArchive.Open(zipPath);
zipArchive.WriteToDirectory(outputFolder);
@bipinbaglung commented on GitHub (Aug 9, 2019): ``` ZipArchive zipArchive = ZipArchive.Open(zipPath); zipArchive.WriteToDirectory(outputFolder); ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#344