file copy and paste to specific folder in c# windows application code example
Example: c# copy file
File.Copy(Path.Combine(sourceDir, fName), Path.Combine(distDir, fName));
File.Copy(Path.Combine(sourceDir, fName), Path.Combine(distDir, fName));