You can use one of these 2 options.
Code:
IO.File.Copy("sourceFileName as String", "destinationFileName as String")
Code:
My.Computer.FileSystem.CopyFile("sourceFileName as string", "destinationFileName as String")