Otter SDK Reference
Version:

WriteFileBytesAsync(IFileOperationsExecuter agent, string path, byte[] bytes) Method

Writes the file bytes.

Syntax

public static System.Threading.Tasks.Task WriteFileBytesAsync(IFileOperationsExecuter agent, string path, byte[] bytes)

Parameters

agent
Type: IFileOperationsExecuter

The agent.

path
Type: string

The path.

bytes
Type: byte[]

The bytes.