SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » extract » namefilter (RSS)
  • Extracting certain files

    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
  • Re: Extracting certain files

    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
  • Extracting multiple unwanted files

    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...
    Posted to Forum by John van Kaam on 10-17-2008
    Filed under: files, extract, namefilter
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.