Tar extraction disk / directory #38
Labels
enhancement
Feature request or other improvements of existing functionality
tar
Related to TAR file format
Milestone
SD-1674, originally created on 6/3/2010 06:12:44 by David Pierson
The TarArchive.ExtractContents(string destinationDirectory) method does
not allow control over extraction in terms of resulting target folders.
See
community.sharpdevelop.net/forums/t/11321.aspx
Also, it always strips off the drive spec from the entry name, and
overwrites this with the destinationDirectory spec. If you want to keep
the drive spec in the tar, leaving that blank does not work. See
community.sharpdevelop.net/forums/t/10875.aspx
Provide a way to allow some control.
Or just suggest via sample a way using the example in the
11322
thread using TarInputStream.
The text was updated successfully, but these errors were encountered: