Otter SDK Reference
Version:

ReadAllLines(IFileOperationsExecuter agent, string path) Method

Reads all lines without using an encoding, see System.Buffer.BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32).

Syntax

public static IEnumerable<string> ReadAllLines(IFileOperationsExecuter agent, string path)

Parameters

agent
Type: IFileOperationsExecuter

The agent.

path
Type: string

The path.