I’m trying to copy a file to the Windows clipboard using UiPath — just like what happens when you select a file in File Explorer and press Ctrl + C.
I don’t want to copy the contents of the file — I want to copy the file itself, so I can later paste it (Ctrl + V) into an field within an applicatoin (lotus notes).
I tried using the Copy File activity, but it only works with file system paths — it doesn’t support the clipboard as a destination.
They aren’t trying to copy files from one folder to another. They’re trying to mimic what happens when you select a file in Windows Explorer and press CTRL+C.
@gorby ignore that suggestion, it has nothing to do with what you’re trying to achieve.