New Post: WinRT / Metro support
Hi JuanBlanco, any chance you could post an example to unzip a file with passowrd protection? Thx in advance!
View ArticleNew Post: Extract rar with invalid password does not raise exception
Hello, when I extract a rar file with password everything works as expected if the password is ok. However, when the password is wrong the extraction runs without raising any exception and the files...
View ArticleNew Post: Extract rar with invalid password does not raise exception
Please make an issue on the github site. However, from what u recall, I'm not sure there is a straight forward way for me to throw an exception for a bad password.
View ArticleNew Post: Next Release??
When are you creating your next release? Last is more than a year and on the actual code, are some very interesting features. For example "RarArchive.Open" with password.
View ArticleNew Post: Suggestion Universal App
Hi, I got the code from Github and changed the portable class to be Windows 8.1 and Windows Phone 8.1 and that works in my Universal App. Maybe if you can, and have time you could commit it and enable...
View ArticleNew Post: How to decompress Multi part zip files.
have you implemented multip-part zip/sevenzip functionality ? Any help is appriciated. Thanks in advance. Thanks Kalpesh
View ArticleNew Post: WinRT / Metro support
Could you finally please add some documentation how to get it to work on WindowsStore? There's no working Information at all. Every single example I found is faulty. There is no Reader.entry.FilePath...
View ArticleNew Post: Extract rar with invalid password does not raise exception
Could you give me the complete code with headers in order to study the problem?
View ArticleNew Post: ProgressBar - writer
Is it possible to get a progress bar on creating archive. using (Stream stream = File.Create(sZipFile)) { archive.SaveTo(stream, CompressionType.LZMA); } I want to display the progression to the user....
View ArticleNew Post: ProgressBar - writer
Is it possible to get a progress bar on creating archive. using (Stream stream = File.Create(sZipFile)) { archive.SaveTo(stream, CompressionType.LZMA); } I want to display the progression to the user....
View ArticleNew Post: Time Series Compression with SharpCompress using DetlaCodec
Hi, I just wanted to let users know that SharpCompress can easily be adapted for use in DeltaCodec for "frictionless" time series compression. This allows a developer to directly encode and decode...
View ArticleNew Post: Great library!
how do you use sharpcompress to list entries in a compressed file to list view? like in ziparchive where you use listview.items.add(entry.Name); but "Name" cannot be used with SharpCompress library....
View ArticleNew Post: Targeting to Framework 4.0 and 4.5
Hi folks, Has anyone tried to compile SharpCompress.3.5.csproj targeting to Framework 4.0 and 4.5 in VS2015? I have tried them but with errors: Severity Code Description Project File Line Error CS0675...
View ArticleNew Post: ZIPX with JPEG
I need to extract zipx files which contains jpeg's. What I can see, that's at the moment not implemented. Is there a plan to implement it? Or can I implement it by my self. If yes, I would need some...
View ArticleNew Post: ZIPX with JPEG
No plans I'm aware of. Please use github and get the latest code. I'll be happy to answer all questions. https://github.com/adamhathcock/sharpcompress Your best bet is to look at the tar code as it's...
View ArticleNew Post: Self extracting exe
Hello, We are using your product and would like to use it also for extracting and compressing self-extracting exe. We have some questions regarding this feature:Do you support modifying an existing...
View ArticleNew Post: Using 0.12.1 with Xamarin, failing on...
Just created a new Xamarin.Android project in VS2015 and added SharpCompress from nuget. Got 0.12.1. Default app from template, did not add any code to reference SharpCompress. Compiled and got the...
View ArticleNew Post: How to detect if ,rar file is password protected without extracting...
Hi, I am developing a small utility where I am insert many compressed files for processing. Now, I want to eliminate all the files that are password protected. I have been able to detect zip files, but...
View Article