Returns the records in newFile that not are in the sourceFile
[Visual Basic]
Public Function OnlyNewRecords( _
ByVal
sourceFile As
String, _
ByVal
newFile As
String _
) As
Object()
Parameters
-
sourceFile
- The file with the old records.
-
newFile
- The file with the new records.
Return Value
The records in newFile that not are in the sourceFile
See Also
FileDiffEngine Class | FileHelpers Namespace
Powered by: