How to programmatically cut/copy/get files to/from the Windows clipboard in a system standard compliant form?
问题 How do I put a cut/copy reference to specific files and/or folders into the Windows clipboard so that when I open standard Windows Explorer window, go to somewhere and press Ctrl + V - the files are pasted? If I copy or cut some files/folders in Windows Explorer, how do I get this information (full names and whether they were cut or copied) in my program? I program in C# 4.0, but other languages' ways are also interesting to know. 回答1: I've got the 90% solution, reverse-engineered from the