ES2Writer.Create

public ES2Writer Create(string path, ES2Settings settings = null)

Parameters

path The path of the file we want to create or modify.

settings

(Optional) An ES2Settings object specifying settings for the ES2Writer

Returns

ES2Writer An ES2Writer for writing to the specified file.

Description

Creates an ES2Writer for the given file.

The created ES2Writer can be used in a using block, or disposed of manually using the Dispose method.

C#

Saving tags to an ES2Writer

JS

Saving tags to an ES2Writer