ES2Web.AppendToFile

public void AppendToFile(string path)

Parameters

Description

Appends our downloaded data to a given file. If the file doesn’t exist, it will be created.

Note that if the tag already exists in the file, it will not be overwritten. You will need to manually delete the existing tags if you wish to avoid this.

C#

A coroutine which Downloads all data stored in myFile.txt on the server and appends to a local file

JS

A coroutine which Downloads all data stored in myFile.txt on the server and appends to a local file