Click here to Skip to main content
15,896,367 members
Articles / Programming Languages / C#

Automatic Zip Extractor

Rate me:
Please Sign up or sign in to vote.
4.87/5 (17 votes)
10 Oct 2013CPOL4 min read 48.1K   2.1K   44  
Automatically unblocks and extracts Zip files in a monitored folder.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoExtractor", "AutoExtractor\AutoExtractor.csproj", "{E1D43EE6-CC9D-48C5-BD05-E7DCA0BEF4A0}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{E1D43EE6-CC9D-48C5-BD05-E7DCA0BEF4A0}.Debug|x86.ActiveCfg = Debug|x86
		{E1D43EE6-CC9D-48C5-BD05-E7DCA0BEF4A0}.Debug|x86.Build.0 = Debug|x86
		{E1D43EE6-CC9D-48C5-BD05-E7DCA0BEF4A0}.Release|x86.ActiveCfg = Release|x86
		{E1D43EE6-CC9D-48C5-BD05-E7DCA0BEF4A0}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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
Software Developer Veracity
United States United States
I'm a .NET developer, fluent in C# and VB.NET with a focus on SharePoint and experience in WinForms, WPF, Silverlight, ASP.NET, SQL Server. My roots come from a support/system administrator role so I know my way around a server room as well.

I have a passion for technology and I love what I do.

Comments and Discussions