How to programmatically cut/copy/get files to/from Windows clipboard in a systam standard compliand

Posted by Ivan on Stack Overflow See other posts from Stack Overflow or by Ivan
Published on 2010-05-22T20:54:40Z Indexed on 2010/05/22 21:00 UTC
Read the original article Hit count: 233

Filed under:
|
|
|
  1. How to put a cut/copy reference to specific files and/or folders into Windows clipboard so that when I open standard Windows Explorer window, go to somewhere and press Ctrl+V - the files are pasted?

  2. If I copy or cut some files/folders in Windows Explorer, how do I get this info (full names and whether they were cut or copied) in my Program?

I program in C#4, but other languages ways are also interesting to know.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winapi