[][src]Function coreutils_core::mkfifo::mkfifo

pub fn mkfifo(filepath: &str, mode: u32) -> Result<()>

Creates FIFO special file with name filepath with mode permissions. Inspired by crate unix_named_pipe

Errors

If a internal call set a errno (I/O OS error), an error variant will be returned.