سؤال

I looked for api to anything could create a zip file with password for windows store 8.1 apps but finally nothing works! did anyone can help please

هل كانت مفيدة؟

المحلول 2

this resolve all the problem www.nuget.org/packages/DotNetZipforWindows8.1/

نصائح أخرى

Apparently, you can't with the .NET built in classes.

You can follow the suggestion there, and use DotNetZip . Since it comes with its source code, you can include it in your project and not depend on an external DLL, which may be a problem with a Windows Store App.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top