Unicode Controls & Classes for VB6 - Version 4
clsShellOperation
.ShellCopyRic Function
Recursively copies a folder (and subfolders) or a single file
Syntax
Public Function ShellCopyRic (ByVal
sSource
As String, _
ByVal
sDest
As String) As Boolean
Parameters
Parameter
Description
ByVal
sSource
As String
The source path
ByVal
sDest
As String
The destination path
Remarks