Sequence ReadPath

std/fs/mono/read::ReadPath


Parameters

↳ var path: string

Inputs

trigger: Block<void>

Outputs

↦ data: Stream<byte>
↦ failure: Block<void>
↦ message: Stream<string>


Read one file.

The content of the file at the path location is streamed through data when trigger is enabled.

If any reading failure happens, failure is emitted and message contains text of the related error.