View Single Post
Join Date: May 2007
Posts: 45
Reputation: cellus205 is an unknown quantity at this point 
Solved Threads: 1
cellus205 cellus205 is offline Offline
Light Poster

Re: Parsing Zip Files VB.Net

 
0
  #7
Aug 1st, 2008
Hmm, getting a directory not found error when it gets here:

  1. objFolder = objFSO.GetFolder(strTempFolder)
  2. strDest = "The following files are found in '" & strZipFile & "':" & vbLf
  3. strDestTarget = "The following special files are found in '" & strZipFile & "':" & vbLf
Reply With Quote