❔ ✅ How I can fix download and unzip
I wrote a code to download the archive and unpack it but it just creates empty files instead of decompressing them how can i fix this
15 Replies
so what part is failing, the downloading or the unpacking?
Unpacking
what library are you using for 7z support?
a quick google search gave me this: https://github.com/adoconnection/SevenZipExtractor
but your code looks a bit different
just sevenzip libraly
what do you mean by that? There is no 7zip lib in the base class library
this library https://www.nuget.org/packages/SevenZipSharp.Net45/
SevenZipSharp.Net45 1.0.19
It wraps 7z.dll or any compatible one and makes use of LZMA SDK.
that seems old and unsupported
SevenZipExtractor 1.0.17
C# wrapper for 7z.dll (included)
ok i will try that
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
?
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
just cheat for game
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.