.NET Framework System.IO.File class
Syntax
- string source;
- string destination;
Parameters
| Parameter | Details |
|---|---|
source | The file that is to be moved to another location. |
destination | The directory in which you would like to move source to (this variable should also contain the name (and file extension) of the file. |