I want to copy a file from A to B in C#. How do I do that?
Without any error handling code:
File.Copy(path, path2);
1.4m articles
1.4m replys
5 comments
57.0k users