How to implement copy/past in mvp?

Viewed 29

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: enter image description here what's the best approach to do that under MVP pattern?

0 Answers
Related