View Single Post
  #1 (permalink)  
Old 11-28-2009, 10:24 PM
gozzgug gozzgug is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5
 
Join Date: Nov 2009
Posts: 1
Reputation: 0
gozzgug is on a distinguished programming path ahead
Default Sample Code Needed for Unzipping File

I am new to vb .net. I have a good knowledge of vbscript but am just starting in vb .net. I have install visual studio express but don't know where to start. I have a vbscript that does the following but I want to do it in vb .net and was hoping someone could post some sample code to get me started. The script does the following.

Monitors 2 folders specified in a config file.
When a zip file is put in the one of the folders it us automatically unzipped to a working folder and then the zip file is renamed to unzipped-<zip>.zip.

I am hoping someone could post a visual studio project or code that might help me get started. I really appreciate the help.

Thanks,
Goz
Reply With Quote