Next: Nice
Up: Functions and procedures
Previous: LocalToEpoch
Function MkFifo (PathName: String; Mode : Longint) : Boolean;
MkFifo creates named a named pipe in the filesystem, with name
PathName and mode Mode.
LinuxError is used to report errors:
- sys_emfile
- Too many file descriptors for this process.
- sys_enfile
- The system file table is full.
POpen, MkFifo, mkfifo (4)
root
Fri Sep 11 18:24:36 CEST 1998