Copy a file to Clipboard
Frage / Problem
What is the easiest way to copy a file to the clipboard?
Antwort / Lösung
Use the "InvokeCommand" method of a class supporting the ICommandInvokable interface.
To copy a single file see ItemIdList.InvokeCommand.
For a list of files use the ItemIdListCollection instead.