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);
548k questions
547k answers
4 comments
86.3k users