I have code that pulls a zip file from my web server and then using the CopyHere command, I unzip the file to another location. The problem is that about 5 percent of the machines, the objShell.Namespace(zipfile) is returning the "file not found", err number -2147024894.
Like I said, most of the systems run this without issue but the 5% are giving me a headache. The file is sitting there and still unable to Set it.
Any ideas?
myZipFile = "D:\Justzipped.zip"
Set objSource = objShell.NameSpace( myZipFile ).Items( )
Like I said, most of the systems run this without issue but the 5% are giving me a headache. The file is sitting there and still unable to Set it.
Any ideas?
myZipFile = "D:\Justzipped.zip"
Set objSource = objShell.NameSpace( myZipFile ).Items( )