'Declaration Public Function New( _ ByVal sourceFileName As String, _ ByVal destinationFileName As String _ )
'Usage Dim sourceFileName As String Dim destinationFileName As String Dim instance As New FileCopy(sourceFileName, destinationFileName)
public FileCopy( string sourceFileName, string destinationFileName )
Parameters
- sourceFileName
- The path and name of the file to copy.
- destinationFileName
- The path and name of the destination file.