We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7-Zip can open vmdk files, however when I try to open them with SevenZipExtractor it throws an exception "Unable to guess format automatically".
Any thoughts on how to get it to work?
Thank you, Fidel
The text was updated successfully, but these errors were encountered:
Hi, SevenZipExtractor guess format by first bytes of file. see FileSignatures: https://github.com/adoconnection/SevenZipExtractor/blob/master/SevenZipExtractor/Formats.cs
if you can add signature for vmdk, SevenZipExtractor will start guessing it.
Sorry, something went wrong.
Hi ado. A big thanks for your efforts on the project. It's very useful.
Rather than hard-coding the supported formats, I'm wondering if the native DLL exposes a method which returns true if the file is supported...
someone need to dive into 7zip and see if this possible
No branches or pull requests
7-Zip can open vmdk files, however when I try to open them with SevenZipExtractor it throws an exception "Unable to guess format automatically".
Any thoughts on how to get it to work?
Thank you,
Fidel
The text was updated successfully, but these errors were encountered: