Click or drag to resize

FileDiffEngineTWriteNewRecords Method

Read the source file, the new File, get the records and write them to a destination file. (record not in first file but in second will be written to the third)

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public T[] WriteNewRecords(
	string sourceFile,
	string newFile,
	string destFile
)

Parameters

sourceFile
Type: SystemString
The file with the source records.
newFile
Type: SystemString
The file with the new records.
destFile
Type: SystemString
The destination file.

Return Value

Type: T
The new records on the new file.
See Also