Cut/Copy files
Hello!
I have following question:
I m using System Clipboard as clipboard for file cut/copy/paste (file system is represented via JTree).
The question is how will i know what i need to do with file on "paste" action (i.e. copy on copy or move on cut)? Problem is because when using other flavors u mostly copy data to clipboard and while using filelistdata u only copy links and theres no flag in system clipboard which can be used to tell system right action.
Great thanks.

