[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Create FIFO (named pipe) in file system
Source position: oldlinux.pp line 1461
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:
|
Pipe file to standard input/output of program |
|
|
Create FIFO (named pipe) in file system |
lazarus-ccr.sourceforge.net |