ShellBrowser Delphi Components Documentation
|
This method can be useful for copying or moving files from one TJamShellList to another. The following sample code will copy the selected files of ShellList1 to ShellList2:
ShellList1.InvokeCommandOnFolder(saCopy); ShellList2.InvokeCommandOnFolder(saPaste);