Click here to Skip to main content
15,883,803 members
Articles / Desktop Programming / Windows Forms

A Tool to Strip Zips of Unwanted Files before Submitting to CodeProject - Version 2

Rate me:
Please Sign up or sign in to vote.
4.17/5 (6 votes)
24 Dec 2008CPOL8 min read 32.2K   329   19  
An article on some minor modifications to CPZipStripper
<?xml version="1.0" encoding="utf-8" ?> 
<!--
	XML configuration file for CPZipStripper 1.0
	Written by Nishant Sivakumar [http://blog.voidnish.com] 
-->
<config>
	<extensions>		
		<extension>aps</extension>
		<extension>plg</extension>
		<extension>opt</extension>
		<extension>ncb</extension>
		<extension>suo</extension>
		<extension>pdb</extension>
		<extension>obj</extension>
		<extension>pch</extension>
		<extension>ilk</extension>
		<extension>idb</extension>
		<extension>res</extension>
		<extension>tmp</extension>
	</extensions>
	<paths>
		<path>debug</path>
		<path>obj</path>
	</paths>
	<files>
		<file>thumbs.db</file>
	</files>
</config>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired
United Kingdom United Kingdom
Retired Systems Admin, Programmer, Dogsbody.
Mainly on Systems for Local Government, Health Authorities,
Insurance Industry - (COBOL eeeeeeeugh).
Inventor of Synchronized Shopping.

Comments and Discussions