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);
2.1m questions
2.1m answers
60 comments
57.0k users