Copy all files from one folder to another in VB 6.0

In this article we will learn little about FileSystemObject using Visual Basic. In Visual Basic, FileSystemObject is available for File system I/O operation.

It is originally created for the Visual Basic Scripting Edition. You can not find FileSystemObject in object library for Visual Basic, actually it is not included in the object library so you need to select the ‘Microsoft Scripting Run-time’ in the Project References dialog box for your project. If you are not able to find this in the list than locate Scrrun.dll on your system.

The following code describes to copy all files from one directory to another directory using FileSystemObject in vb 6.0
Continue reading “Copy all files from one folder to another in VB 6.0”