Read the source file, the new file, get the new records and write them to a destination file.
[Visual Basic]
Public Function WriteNewRecords( _
ByVal
sourceFile As
String, _
ByVal
newFile As
String, _
ByVal
destFile As
String _
) As
Object()
Parameters
-
sourceFile
- The file with the source records.
-
newFile
- The file with the new records.
-
destFile
- The destination file.
Return Value
The new records on the new file.
See Also
FileDiffEngine Class | FileHelpers Namespace
Powered by: