Next: AssignStream
Up: Functions and procedures
Previous: AssignPipe
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
Tue Mar 31 16:46:10 CEST 1998