Otter SDK Reference
Version:

AppendAllText(IFileOperationsExecuter agent, string path, string contents) Method

Appends all text without using an encoding, see System.Buffer.BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32).

Syntax

public static void AppendAllText(IFileOperationsExecuter agent, string path, string contents)

Parameters

agent
Type: IFileOperationsExecuter

The agent.

path
Type: string

The path.

contents
Type: string

The contents.