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

FileDiffEngine.WriteNewRecords Method 

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

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:

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