*To:* Discussions related to Mono for Android
> *Subject:* Re: [mono-android] Zip / Unzip
>
> ** **
>
> http://dotnetzip.codeplex.com/
>
> ** **
>
> there you go, works great!
>
> 2011/11/9 Tom Opgenorth
>
> Maybe take a look at SharpZipLib?
>
nt: 09 November 2011 22:28
To: Discussions related to Mono for Android
Subject: Re: [mono-android] Zip / Unzip
http://dotnetzip.codeplex.com/
there you go, works great!
2011/11/9 Tom Opgenorth
Maybe take a look at SharpZipLib?
http://www.icsharpcode.net/OpenSource/SharpZipLib/
On Wed, Nov 9
http://dotnetzip.codeplex.com/
there you go, works great!
2011/11/9 Tom Opgenorth
> Maybe take a look at SharpZipLib?
> http://www.icsharpcode.net/OpenSource/SharpZipLib/
>
> On Wed, Nov 9, 2011 at 11:57, Martyn Wendon <
> martyn.wen...@tcsjohnhuxley.com> wrote:
>
>> Hi All,
>>
>> ** **
>>
Maybe take a look at SharpZipLib?
http://www.icsharpcode.net/OpenSource/SharpZipLib/
On Wed, Nov 9, 2011 at 11:57, Martyn Wendon wrote:
> Hi All,
>
> ** **
>
> Can anybody point me in the direction of some sample code to zip / unzip a
> file in monodroid?
>
> ** **
>
> In my application
Hi All,
Can anybody point me in the direction of some sample code to zip / unzip
a file in monodroid?
In my application I'm downloading .zip files from the internet and need
to unzip them into the file system (externalstorage).
Downloading etc is all working fine, but I'm stumped as to