Hi I am looking for a way to simulate windows paste. For instance if you copied a file navigated to a different directory and right clicked->paste. I tried win32::clipboard but it doesn't behave the same way. I'm assuming the function would look like
clipboard->paste("c:/hi/hi.data");
But i haven't found anything.