c# - How to remove directory from .zip -


i want delete folder inside .zip file.

i tried

zip.removeentry(meta-inf); 

but not work

how delete?

i´m using ioniczip

you have use quotation marks, because removeentry expects filename , didn't define meta-inf.

you have change code this:

zip.removeentry("meta-inf"); 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -