next up previous contents index
Next: Nice Up: Functions and procedures Previous: LocalToEpoch

MkFifo

   

Declaration:

Function MkFifo (PathName: String; Mode : Longint) : Boolean;

Description:

MkFifo creates named a named pipe in the filesystem, with name PathName and mode Mode.

Errors:

LinuxError is used to report errors:

sys_emfile
Too many file descriptors for this process.
sys_enfile
The system file table is full.

See also:

POpen, MkFifo, mkfifo (4)



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998