Hi,
First of all, very nice library!!
I am wondering whether it is possible to extract multipart rars in combination with a password. Currently I'm using streams to achieve the multipart extraction, and that works fine but when I use a IEnumerable<FileStream> it is not possible to use a password. That is only possible with a single stream. Or am I terribly wrong?
Hope someone can help.
First of all, very nice library!!
I am wondering whether it is possible to extract multipart rars in combination with a password. Currently I'm using streams to achieve the multipart extraction, and that works fine but when I use a IEnumerable<FileStream> it is not possible to use a password. That is only possible with a single stream. Or am I terribly wrong?
Hope someone can help.