|
Browse by Tags
All Tags » extract » namefilter ( 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
-
Hi, I face the following chalenge. I have a zip file with about 30.000 files. I want to loop through these files. So I extract one, do some handling on the file, delete it and proceed to the next one. I have for instance files like: 20050114-16070-12113 20050116-34850-26101 20050117-00119-34580 20050117...
Page 1 of 1 (3 items)
|
|
|