Hi there, I would like to move a file(s)/folder(s) into an another folder within winlistview which should also warn if the same file(s)/folder(s) are exists in the destination folder. Can anyone please help me out to achieve this(if sample code provided that would be great help) functionality?.
Thanks in Advance.
Thanks and Regards,Simbu
This is not a function of the control; you should take a look at the System.IO.FileInfo.MoveTo method.