I get an error when unzipping a file that contains a folder. The folder contains a couple dozen more folders and each of those folders contain files. The error occurs at this line: oApp.Namespace(CVar(FileNameFolder)).CopyHere oApp.Namespace(CVar(Fname)).items
The routine works fine if the zip file contains only files but I need it to extract folders containing files.

Please Login or Register  to view this content.