How to copy a file in csharp

Code Example - How to copy a file in csharp

                
                        File.Copy(path, path2);