Ok,
I have a string filename:
c:\temp.jpg
*Could be any extension .jpg,.tiff,.txt,.php,.html...
I want to put this file in the clipboard as if I had right clicked on it in windows explorer and selected copy so that the user can later paste it elsewhere on their file system.
Does anybody have any clue as to how to do this with:
Clipboard.SetDataObject
Thanks in advance![]()




Reply With Quote