| [Overview][Constants][Types][Procedures and functions][Index] | 
Create FIFO (named pipe) in file system
Source position: bunxh.inc line 33
| function FpMkfifo( | 
| path: PChar; | 
| Mode: TMode | 
| ):cint; | 
| const path: RawByteString; | 
| Mode: TMode | 
| ):cint; | 
fpMkFifo creates named a named pipe in the filesystem, with name Path and mode Mode.
The function returns zero if the command was succesful, and nonzero if it failed.
The error codes include: