Click or drag to resize

IFileHelperAsyncEngineTBeginAppendToFile Method

Open a file to Append to the end.

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

Parameters

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

Return Value

Type: IDisposable

[Missing <returns> documentation for "M:FileHelpers.IFileHelperAsyncEngine`1.BeginAppendToFile(System.String)"]

Remarks

This method open and seek ends the file.

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

See Also