isFIFO

Checks if a file is a FIFO.

version(Posix && WithPipelinePlugin)
private
isFIFO
(
const string filename
)

Parameters

filename string

The filename to check.

Return Value

Type: auto

true if it is; false otherwise.