I need to get selected items from a ListView and copy them to a folder.
I select folder with images and then show them in the ListView. Now I need to get all the selected items and copy them into another selected folder. Is there a way how to do it with better control then listview ?
I tried a few methods, but nothing works.