IFileHelperAsyncEngineTBeginAppendToFile Method |
Open a file to Append to the end.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
SyntaxIDisposable BeginAppendToFile(
string fileName
)
Function BeginAppendToFile (
fileName As String
) As IDisposable
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)"]
RemarksThis method open and seek ends the file.
When you finish appending to the file you must call Close method.
See Also