ES2.Save

public static void Save(T data, string path, ES2Settings settings=null)

Parameters

data The data we want to save. Must be on the Supported Types list.

path

The path where we want to store our data. For more information, see Paths.

settings

Optional. A user-created ES2Settings object containing options not specified in the path.

Description

Saves our data to the specified path.

C#

JS