ZipFile.CreateFromDirectory(路径,zip)不起作用

时间:2017-11-03 16:28:53

标签: c# console

这是我的代码。

string startPath = @"‪‪C:\Users\batuhan kara\abc";
string zipPath = @"c:\result\result.zip";
string extractPath = @"‪C:\Users\batuhan kara\adc";

        ZipFile.CreateFromDirectory(startPath,zipPath);

当我在zip文件行上调试Cursor时,程序关闭,没有错误,没有异常。我不知道为什么。我正在使用带有4.6.1框架的asp.net控制台应用程序。

0 个答案:

没有答案