在C#中使用SevenZipSharp时,如何解压单个特定文件?(我不想解压所有的归档文件)。
发布于 2010-04-26 15:47:25
public void ExtractFile( string fileName, Stream stream )
这有帮助吗?
https://stackoverflow.com/questions/2711777
相似问题