Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# で SevenZipSharp を使用している場合、特定の 1 つのファイルを抽出するにはどうすればよいですか? (すべてのアーカイブを抽出したくありません)。
public void ExtractFile( string fileName, Stream stream )
これは役に立ちますか?