Hi, I want to be able to drag and drop from my Gui (written with SWT) to OS features, such as recycle bin (dragging an object from my gui will make it disappear from my Gui and appear in the recycle bin folder) or to the Explorer (dragging a file into a certain folder in the PC). I know how to drag the objects from my gui and manipulate them, but how can I access these OS features and make the dropped objects appear there? Thanks