Version:
WriteAllText(IFileOperationsExecuter agent, string path, string contents) Method
Writes all text without using an encoding, see System.Buffer.BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32).
Syntax
public
static
void WriteAllText(IFileOperationsExecuter agent, string path, string contents)
Parameters
- agent
- Type: IFileOperationsExecuter
The agent.
- path
- Type: string
The path.
- contents
- Type: string
The contents.