halildurmus / win32_clipboard

Interact with the Windows Clipboard.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Copy files to clipboard #11

Open Vonarian opened 1 month ago

Vonarian commented 1 month ago

Is it possible to copy a file to Clipboard with this plugin? CF_HDROP is probably the format I need but idk how the data should be passed to Clipboard.setData.

bigdogs commented 1 month ago

pasted on vscode can print copied file paths, but this plugin show null, hope it could be supported