Open a file to be appended at the end.
[Visual Basic]
Public Sub BeginAppendToFile( _
ByVal
fileName As
String _
)
[C#]
public
void BeginAppendToFile(
string fileName);
Parameters
-
fileName
- 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
MultiRecordEngine Class | FileHelpers Namespace
Powered by: