我想从 zip 文件中添加"test"
所有 pdf 文件path
using (var zip = new ZipFile())
{
zip.AddSelectedFiles("*.pdf",path);
zip.Save(path+"/test.zip");
}
创建 test.zip 文件时有这个目录:
**test.zip**\Users\administrator\Documents\vs2010\Projects\my project\**pdf files**
如何使所有pdf文档直接在test.zip中
test.zip\pdf files