Unicode Controls & Classes for VB6 - Version 4
clsShellOperation
.ShellMoveRic Function
Recursively moves a folder (and subfolders) or a single file
Syntax
Public Function ShellMoveRic (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