Top index Wirbel home

fs::is_fifo

is_fifo(path) - check if path exists and is a fifo (a named pipe)

is_fifo(path) returns true if path points an existing fifo (named pipe). If path is a symbolic link, it will be followed.

See also

is_blockdev, is_chardev, is_directory, is_file, is_socket, is_symlink