SevenZipSharp how to extract a specific file out of the archive
in C# when using SevenZipSharp, how can 开发者_StackOverflowI extract a single specific file? (I don't want to extract all the archive).
public void ExtractFile(
string fileName,
Stream stream
)
Does this help ?
精彩评论