This function checks if the specified paths are FIFOs (named pipes) and
returns a logical vector indicating the result. Similar to Python's
pathlib.Path.is_fifo()
method.
This function checks if the specified paths are FIFOs (named pipes) and
returns a logical vector indicating the result. Similar to Python's
pathlib.Path.is_fifo()
method.