CopyFileTo
Copies the file to a specific location
[Visual Basic]
Public Sub CopyFileTo(ByVal strCopyToFile As String)
Parameters
strCopyToFile
Full path, including file name, of the destination file.
Remarks
Copies the item (which must be a file) to a specific location.