Nope. Pasteboard does not support ‘promised' data like drags do. Sorry. You
could write them to a temporary folder (e.g. NSTemporaryDirectory()) and then
stuff the URLs on the pasteboard.
—Rob
> On Apr 10, 2018, at 12:44 PM, Daniel Santos wrote:
>
> That thought crossed my mind. I don’t w
That thought crossed my mind. I don’t want to write the file to disk, just have
a NSFile object in memory, is that possible ?
Daniel
> On 9 Apr 2018, at 23:25, Rob Petrovec wrote:
>
> You need to put files on the pasteboard. Finder only plays with files, not
> raw image data.
>
> —Rob
>
>