I know this is a short question but I just badly want to know if I can extract any kind of archive files like .7z .rar etc using System.IO.Compression in xamarin
Asked
Active
Viewed 124 times
0
-
1Zip, Deflate, GZip support.... Missing are things like tar, 7z, LZMA, there is an open issue from 2016 on this: https://github.com/dotnet/corefx/issues/9657 Note: these are all supported via 3rd party or open source libraries. – SushiHangover Jul 17 '19 at 06:16
-
Ohh nice thank you. – Ginxxx Jul 17 '19 at 06:17