mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-29 01:20:52 +00:00
Update USAGE.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
USAGE.md
2
USAGE.md
@@ -92,7 +92,7 @@ Note: Extracting a solid rar or 7z file needs to be done in sequential order to
|
||||
```C#
|
||||
using (var archive = RarArchive.Open("Test.rar"))
|
||||
{
|
||||
// Simple extraction - works for all archive types
|
||||
// Simple extraction with RarArchive; this WriteToDirectory pattern works for all archive types
|
||||
archive.WriteToDirectory(@"D:\temp", new ExtractionOptions()
|
||||
{
|
||||
ExtractFullPath = true,
|
||||
|
||||
Reference in New Issue
Block a user