core :: FileStat :: is_fifo
# Is this a FIFO pipe? fun is_fifo: Bool do assert not finalized return stat.is_fifo end