createFIFOFile

Creates a FIFO (named pipe) in the filesystem.

It will be named a passed filename.

version(Posix && WithPipelinePlugin)
private
void
createFIFOFile
(
const string filename
)

Parameters

filename string

String filename of FIFO to create.

Throws

ReturnValueException if the FIFO could not be created.