Need to copy a file/image to clipboard
Posted: Mon Apr 24, 2023 5:05 pm
Hi,
Since DragFiles() is not working in macOS, I tried to copy the file to the clipboard.
But this is also not available in PB.
With DragImage() it is not possible to insert the image in the filesystem with finder.
I found this:
https://www.alecjacobson.com/weblog/?p=3816
But I'm not able to do it in PB.
Goal:
Copy a file (an image) into the clipboard, so that it is possible to insert it into the finder directory.
Any help is appreciated.
Since DragFiles() is not working in macOS, I tried to copy the file to the clipboard.
But this is also not available in PB.
With DragImage() it is not possible to insert the image in the filesystem with finder.
I found this:
https://www.alecjacobson.com/weblog/?p=3816
But I'm not able to do it in PB.
Goal:
Copy a file (an image) into the clipboard, so that it is possible to insert it into the finder directory.
Any help is appreciated.