标签: c#
目前,我使用以下代码提取Zip文件。
ZipFile.ExtractToDirectory(folderBrowserDialog1.SelectedPath + "/" + "MySQL Data.zip", folderBrowserDialog1.SelectedPath + "/Release/");
完成之后,我想提取另一个Zip文件,那么如何查看zip文件是否已成功提取?