c# copy files from one directory to another code example Example: c# copy file Click to copyFile.Copy(Path.Combine(sourceDir, fName), Path.Combine(distDir, fName));