filesystem.is_fifo

Synopsis

local fs = require "filesystem"
fs.is_fifo(p: fs.path) -> boolean

Description

Checks whether the given path refers to a FIFO or pipe file.