Copies a file.
C#
CopyFile (sSrc, sDest);
VB
CopyFile (sSrc, sDest)
| Variable | Description |
|---|---|
| sSrc | The path to the source file. Can be either an absolute path or a path relative to the current working directory. String. |
| sDest | The path to the destination file. Can be either an absolute path or a path relative to the current working directory. String. |