I am trying to extract .rar file using .net zip library (Ionic.Zip.dll). I got error "cannot read that as a zipfile" while executing following code;
using (ZipFile zip1 = ZipFile.Read("E:\APPS\package.rar")){
}
I know the error is self explanatory but documentation of Ionic.Zip says that it can be used to extract .rar files. Any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…