Hi I want the user to choose a file and then that chosen file to be copied to a different folder. I've found info on how to use a OpenDialogFile but nothing on how to copy files.
thanks
Printable View
Hi I want the user to choose a file and then that chosen file to be copied to a different folder. I've found info on how to use a OpenDialogFile but nothing on how to copy files.
thanks
Hi
RegardsCode:System.IO.File.Copy(path, path2)
Jorge
Alright, thanks again. I really appreciate.
nacho