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::Copy will copy the file to the destination folder and File::Move can both move and rename a file.