How to remove/add and entry in zip file using SharpCompress in WinRT 8.1

485 Views Asked by At

as simple as my title says, haven't found any code example and I'm not able to infer the correct use for adding or removing an entry in z zip file.

Basically I'm getting an error in "zip.SaveTo(..." as I don't know how to write this instruction.

Any code example for removing / adding an entry?

1

There are 1 best solutions below

2
On

Turns out SharpCompress cannot create a new zip file with password in WINRT :( It can extract password protected but not to Compress password protected.