Version:
AppendAllText(IFileOperationsExecuter agent, string path, string contents, System.Text.Encoding encoding) Method
Syntax
public
static
void AppendAllText(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.