回答編集履歴
2
訂正・追加
answer
CHANGED
@@ -1,2 +1,6 @@
|
|
1
1
|
.Net Framework4.0以降であればSystem.IO.Compression.ZipFileクラスを使ってみてはどうでしょう。
|
2
|
-
(System.IO.Compression.FileSystemを参照設定に追加)
|
2
|
+
(System.IO.Compression.FileSystemを参照設定に追加)
|
3
|
+
|
4
|
+
と思ったけど、System.IO.Compression.ZipFileはパスワード未対応でしたね。
|
5
|
+
SharpZipLibなどはどうでしょうか?
|
6
|
+
[https://www.nuget.org/packages/SharpZipLib/](https://www.nuget.org/packages/SharpZipLib/)
|
1
追記
answer
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
Framework4.0以降であればSystem.IO.Compression.ZipFileクラスを使ってみてはどうでしょう。
|
1
|
+
.Net Framework4.0以降であればSystem.IO.Compression.ZipFileクラスを使ってみてはどうでしょう。
|
2
2
|
(System.IO.Compression.FileSystemを参照設定に追加)
|