I tried to implement a simple File Manager based on MVP pattern that support renaming,deleting or copying selected files.
I am struggling to implement copy/past feature in the right way.
Here is the UI:
what's the best approach to do that under MVP pattern?