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

MultiRecordEngine.BeginWriteFile Method 

Open a file for write operations. If exist the engine override it. You can use WriteNext or WriteNexts to write records.

[Visual Basic]
Public Sub BeginWriteFile( _
   ByVal fileName As String _
)
[C#]
public void BeginWriteFile(
   string fileName
);

Parameters

fileName
The file path to be opened for write.

Remarks

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

See Also

MultiRecordEngine 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