|
Browse by Tags
All Tags » extract ( RSS)
-
Hi I want to store GetCreationTime, GetLastAccessTime and GetLastWriteTime for each of the files I add to a zip file and then write those data to the files when extracted on a Windows based computer. I found that to save the information, I can use NTTaggedData. I can create the object and set the properties...
Posted to
Forum
by
fccapa
on
10-16-2007
Filed under: sharpZipLib, Zip, ICSharpZip, extract
-
Hi All, please can anyone help me extract exact file from a ziped file. I have the following function...but am not able to get the exact file unless i did it with a loop (which will be time consuming since one zip file contains thousands of files) Public Function ExtractExactFile( ByVal zipFilename As...
Posted to
Forum
by
hmkaddoura
on
09-22-2007
Filed under: Zip, extract, exact, mssing
-
Hello, I am searching for the fastest (best coded way) to read a specific txt file out of a zip archive. I only need the second line of this txt file, so I do not need to unzip and store it somewhere on the file system. How can I do this with a good coding style? At the moment I am iterating through...
Posted to
Forum
by
macap
on
11-15-2007
Filed under: #ZipLib, Zip, ZipFile, extract, exact, read spezific txt-file
-
Hy, I a need to backup a bunch of files and the total amount is over 4 GB. I think I need to use Zip64 but I do not how... I tryed to use ICSharp ZLib library and write the data in chunk but it does not work because I vahe to change the entry.crc and when I call PuNextEntry of ZipOutput the stream finish...
Posted to
Forum
by
Rikace74
on
01-15-2008
Filed under: Using #ZipLib, #ZipLib feature request, #ZipLib, Zip64, sharpZipLib, Zip, corrupt 4gb winzip, ExtraData, zip ICSharpCode.SharpZipLib SharpZipLib, folders, problems, ZipFile, extract, entry, zlib
-
Hi, i am writing a small piece of code to get around a limitation in a certain jvm-version which is unable to play sounds. I have found myself in a bit of a pickle as i cannot seem to stream files from a .jarfile. ZipFile zfile = new ZipFile("Program\\gni\\wp.jar"); ZipEntry zentry = zfile...
Posted to
Forum
by
Johnny
on
03-10-2008
Filed under: #ZipLib, ICSharpZip, extract, exact, entry
-
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
-
I am trying to use sharpziplib with my asp.net website that uses vb.net. When I create a zip file I can use WinRAR to view it and extract it but when I try to use windows folder compression tool, the archive is empty. Here is my code Dim i As Integer Dim s As ZipOutputStream = New ZipOutputStream(File...
Posted to
Forum
by
skye3000
on
06-20-2008
Filed under: #ZipLib, Empty, ExtraData, ZipFile, extract, entry, ZipEntry, zlib, error, add files, ziped file, CRC
-
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
-
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
|
|
|