I am working in winrt app. I have a database and two folders in Local storage. I want to zip this database and folders together and want to save zip file in any local drives.
You can choose a save location with a FileSavePicker, use ZipArchive to build the compressed stream, and then save that stream to the StorageFile returned from the picker.