Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileHelperAsyncEngine.BeginAppendToFile Method 

Open a file to Append to 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 ends the file.

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

See Also

FileHelperAsyncEngine Class | FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox