Otter SDK Reference
Version:

AppendAllTextAsync(IFileOperationsExecuter agent, string path, string contents, System.Text.Encoding encoding) Method

Appends all text.

Syntax

public static System.Threading.Tasks.Task AppendAllTextAsync(IFileOperationsExecuter agent, string path, string contents, System.Text.Encoding encoding)

Parameters

agent
Type: IFileOperationsExecuter

The agent.

path
Type: string

The path.

contents
Type: string

The contents.

encoding
Type: System.Text.Encoding

The encoding.