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)
Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998