Click or drag to resize

MultiRecordEngineBeginAppendToFile Method

Open a file to be appended at the end.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public void BeginAppendToFile(
	string fileName
)

Parameters

fileName
Type: SystemString
The file path to be opened to write at the end.
Remarks

This method open and seek to the end the file.

When you finish to append to the file you must call Close method.

See Also