Unicode Controls & Classes for VB6 - Version 4

clsShellOperation Class

This class permits you to execute Unicode operation using the SHELL class, for example you can put files to the Recycle

Enums
Name Description
eShellOpFlags Shell Operation flags
eShellOpOperations Shell Operations
Events
Name Description
Properties
Name Type Description
Methods
Name Type Description
ShellCopyRic (Boolean) Recursively copies a folder (and subfolders) or a single file
ShellDeleteRic (Boolean) Recursively deletes a folder (and subfolders) or a single file
ShellMoveRic (Boolean) Recursively moves a folder (and subfolders) or a single file
ShellOperation (Boolean) Executes a shell operation and returns True if the operation finished correctly
Remarks