SevenZipSharp
SevenZipSharp copied to clipboard
VHD support
Is SevenZipSharp supposed to be able to handle VHD/VHDX files?
When I put one into the 7-zip GUI it loads each partition at the top level and then shows each file under that when you do 'Open Inside'.
But in SevenZipSharp, my test VHD (which has three partitions) only reports a single entry called '[no name]' with no other properties.
Is this supposed to work, or do I need to find a different solution?
Thanks
The support is very theoretical, SevenZipSharp will probably be able to identify the file format and load it, but it might be that the actual structure within the VHD/VHDX archives are more compelx than what the 7z GUI shows.
There are hopefully other libraries that have explicit support, but I've never had reason to interact with VHD/X files so I'm not much of help here, sorry.