mkfifoat

Function mkfifoat 

Source
pub fn mkfifoat<P: Arg, Fd: AsFd>(dirfd: Fd, path: P, mode: Mode) -> Result<()>
Available on crate feature fs only.
Expand description

mkfifoat(dirfd, path, mode)—Make a FIFO special file.

§References