how do we ensure that the extraction process is successful with C# ZipFile.ExtractToDirectory?

前端 未结 0 1942
轻奢々
轻奢々 2021-01-18 16:53

I have this C# code which unzip a zip file.

ZipFile.ExtractToDirectory(_downloadPath, _extractPath);

To test download process, I use the file

相关标签:
回答
  • 消灭零回复
提交回复
热议问题