I want to copy a file from A to B in C#. How do I do that?
|
|
The File.Copy method: |
|||
|
|
|
|
Without any error handling code:
|
||
|
|
|
|
System.IO.File.Copy |
||
|
|
|
|
Use the FileInfo class.
|
||
|
|
