VB.NET - Copy a File



Copy a File


'Dim Source as String = "C:\Source.txt"
'Dim Destination as String = "C:\Dest.txt"

My.Computer.FileSystem.CopyFile(Source, Destination)

Share |

 Cant find the page you are looking for?
 Help us to improve by adding the content that you are looking for.
 Leave a feedback
 We look forward to hear your comments and feedback.