docs.inedo.com →
inedo.com →
Otter SDK Reference
Version:
Otter SDK
Inedo.Agents
FileOperationsExecuter
WriteFileBytesAsync(IFileOperationsExecuter,string,byte[])
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.