Unicode Controls & Classes for VB6 - Version 4

clsShellOperation.ShellOperation Function

Executes a shell operation and returns True if the operation finished correctly

Syntax
Public Function ShellOperation (ByVal mSource As String, _
ByVal mDestination As String, _
ByRef mAction As eShellOpOperations, _
ByRef mFlags As eShellOpFlags) As Boolean
Parameters
Parameter Description
ByVal mSource As String The source file/folder
ByVal mDestination As String The destination file/folder
ByRef mAction As eShellOpOperations The action to do
ByRef mFlags As eShellOpFlags Flags
Remarks