how to make a folder for the files placed in listview in c#.net ?
- by zoya
whats the procedure to send the files placed in a listview to a folder..
that is... i need to place all the files in the listview to a folder on button click event.. on button click it should make a folder for all the files in the list view and send them in..
im using winforms in c#.net