Copies the file.
FileCopy source, destination |
The FileCopy statement syntax contains the following parts:
Элемент | Описание |
source | Required. A string indicating the name of the file to be copied. Path may include folder and disk name. |
destination | Required. A string that specifies the name of the resulting file. Path may include folder and disk name. |
An attempt to copy an open file with FileCopy will generate an error.
Dim SourceFile, DestinationFile |
See Also |
Kill Statement, Name Statement |