CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Writer.Open Method (Boolean)

Some aspects of the Writer class are available in the commercial version only.

Opens or creates the target file for writing of data, indicating if written data should be appended to existing file data or the file should be overwritten.

[Visual Basic]
Overloads Public Sub Open( _
ByVal appendData As Boolean _
)
[C#]
public void Open(
bool appendData
);

See Also

Writer Class | AldenSystems.CSVEngine Namespace | Writer.Open Overload List