C
C#2y ago
Blair✯

❔ ✅ 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
Pobiega
Pobiega2y ago
so what part is failing, the downloading or the unpacking?
Blair✯
Blair✯OP2y ago
Unpacking
Pobiega
Pobiega2y ago
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
Blair✯
Blair✯OP2y ago
just sevenzip libraly
Pobiega
Pobiega2y ago
what do you mean by that? There is no 7zip lib in the base class library
Blair✯
Blair✯OP2y ago
SevenZipSharp.Net45 1.0.19
It wraps 7z.dll or any compatible one and makes use of LZMA SDK.
Pobiega
Pobiega2y ago
that seems old and unsupported
Blair✯
Blair✯OP2y ago
ok i will try that
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Blair✯
Blair✯OP2y ago
?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Blair✯
Blair✯OP2y ago
just cheat for game
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Accord
Accord2y ago
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.

Did you find this page helpful?