Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileDiffEngine.OnlyNewRecords Method 

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()
[C#]
public object[] OnlyNewRecords(
   string sourceFile,
   string newFile
);

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:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox