mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Can not open tgz file #601
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Broeckl on GitHub (Nov 21, 2023).
Opening the attached file with this code fails:
An ArgumentException with "Value cannot be null. (Parameter 'path2')" occurs here:
at System.IO.Path.Combine(String path1, String path2) in System.IO\Path.cs:line 316
at SharpCompress.Common.ExtractionMethods.WriteEntryToDirectory(IEntry entry, String destinationDirectory, ExtractionOptions options, Action`2 write) in SharpCompress.Common\ExtractionMethods.cs:line 31
at SharpCompress.Readers.IReaderExtensions.WriteEntryToDirectory(IReader reader, String destinationDirectory, ExtractionOptions options) in SharpCompress.Readers\IReaderExtensions.cs:line 32
The file can be opened with 7Zip. Your library can cope with comparable files. Any help is appreciated.
03069284-040101.tgz