Is it possible to copy file to a clipboard?
As if it was pressed "ctrl+c". So that when I press "ctrl+v" in some folder, it will appear here.
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qclipboard.html - cannot find anything about files.
file = 'C:\foo.file'
clipboard = QtGui.QApplication.clipboard()
????
Is it possible at all?