FileCopy Function
Copies a file.
The My.Computer.FileSystem Object gives you greater productivity and performance in file I/O operations than FileCopy. See My.Computer.FileSystem.CopyFile Method for more information.
Public Sub FileCopy( _ ByVal Source As String, _ ByVal Destination As String _ )
|
Exception type |
Error number |
Condition |
|---|---|---|
|
Source or Destination is invalid or not specified. |
||
|
File is already open. |
||
|
File does not exist. |
See the "Error number" column if you are upgrading Visual Basic 6.0 applications that use unstructured error handling. (You can compare the error number against the Number Property (Err Object).) However, when possible, you should consider replacing such error control with Structured Exception Handling Overview for Visual Basic.
Namespace: Microsoft.VisualBasic
Module: FileSystem
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)