I'm copying a file:

File.Copy("File1","File2")

When copied, the file will have it's file date and time preserved. How can I make the newely copied file take on the date and time at that moment of copy?

Thanks