I need to copy a file to another path, leaving the original where it is.
I also want to be able to rename the file.
Will FileInfo\'s CopyTo method work?
File.Move(@"c:\filename", @"c:\filenamet\filename.txt");