C Sharp (C#) - File IO
Identify the error in the following code snippet:
File.Copy("source.txt", "dest.txt");
File.Delete("source.txt");
File.Copy("source.txt", "dest.txt");