I'm working on Windows phone 8 store app and need to Zip a Local StorageFolder (with some images). Environment VS 2013. I learned that I can add references to SharpCompress & System.IO.Compression (but not .FileSystem) only.
SharpZipLib & DotNetZip don't seem to support WP8.
The examples given by SharpCompress don't work.
Any suggestion with a code will help a lot. Thanks.