Click here to Skip to main content
15,883,763 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to know path of file(s), which pasted into buffer by pressing CTRL-C ?
Posted

1 solution

You mean from the clipboard? I don't know if that's possible if you copied the file itself into the clipboard. If you copied the *name* of the file, then yes, you can.

You can check out this article about how to use the clipboard:

Clipboard handling with .NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900