|
Browse by Tags
All Tags » File extraction » FastZip ( RSS)
-
How do I format the NameFilter expression to extract only certain files from a zip file using fastzip? I'm looking at files that will have multiple versions stored ( i.e. report1_01012008.xls, report1_02012008.xls). I want to pull only the report1*.xls files but not the other archived files like...
Posted to
Forum
by
magikesh
on
05-20-2008
Filed under: File extraction, FastZip, extract, namefilter
-
With further research I found Microsoft's MSDN page about Regular Expressions (Visual Studio) @ http://msdn.microsoft.com/en-us/library/2k3te2cs.aspx Through a little trial and error, I found this pattern (based on my posted example); +^report1.+xls$ [ + to include this namefile, ^ to anchor to the...
Posted to
Forum
by
magikesh
on
05-21-2008
Filed under: File extraction, FastZip, extract, namefilter
-
Hello there, This may or may not be reported yet but I was unable to find it, if it was. I don't know if this is the real cause of it, but with several files that I have repeatedly tried to call FastZip to extract, when the files are around 4,000,000,000 bytes ziplib seems to just extract a file...
Posted to
Forum
by
elsdon
on
07-23-2008
Filed under: File extraction, #ZipLib, problems, FastZip, extract
-
Hi, I am getting above error while trying to unzip the files using SharpZipLib dll. it works for some zipfiles and for some zipfiles its throwing the above error. i am using the latest dll version 0.85.4.369, still getting the above error. using ( ZipInputStream s = new ZipInputStream ( File .OpenRead...
Posted to
Forum
by
Devaraja
on
08-07-2008
Filed under: Using #ZipLib, File extraction, #ZipLib feature request, ZipInputStream, #ZipLib, Zip64, Zip files for download, Zip, Zip password protection, zip ICSharpCode.SharpZipLib SharpZipLib, FastZip, ICSharpZip, ZipEntry, How i can test true password zip file ?, PDF spec 1.7 /FLATEDECODE SharpZipLib, #ZipLib gzip, ZipInputStream Read
-
John, Yes, the files are valid zip files, i can able to extract from windows manually but not thro code, while doing am getting above error. I downloaded the source and set VERSION_MADE_BY to 16660; in ZipConstants.cs class and added (Version == 16660) in version ckecking in ZIpEntry class. Its working...
Posted to
Forum
by
Devaraja
on
08-11-2008
Filed under: Using #ZipLib, File extraction, ZipInputStream, #ZipLib, ZipException, Zip64, sharpZipLib, Zip, sharpziplib list files getnextentry cf, Store file inside directory in ZIP file, zip ICSharpCode.SharpZipLib SharpZipLib, zlib dwf extraction, FastZip, ICSharpZip, ZipFile, extract, ZipEntry, zlib, ziped file, How i can test true password zip file ?, SharpZipLib stream gzip httpresponse, zip read only zipentry, #ZipLib gzip, ZipInputStream Read
Page 1 of 1 (5 items)
|
|
|