extract 7zip in C# code

前端 未结 4 1180
遥遥无期
遥遥无期 2020-12-01 22:44

I need use 7zip in C#. Without console, just with 7zSharp.dll ? + I find some data here

http://7zsharp.codeplex.com/releases/view/10305 ,

but I don\'t know h

4条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-01 23:18

    The 7zSharp library doesn't seem to support password as input, just a zip file.

    The library just calls the .exe of 7zip, so you could donwload the source and alter it to accept a password parameter which you then pass to the executable.

提交回复
热议问题