c# copy file

C#
File.Copy(Path.Combine(sourceDir, fName), Path.Combine(distDir, fName));
Source

Also in C#: