CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Writer.Open Method

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

Opens or creates the target file for writing of data.

Overload List

Opens or creates the target file for writing of data.

public void Open();

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.

public void Open(bool);

See Also

Writer Class | AldenSystems.CSVEngine Namespace